CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Matlab N

搜索资源列表

  1. 3Dcurves

    0下载:
  2. 3D curves The zip file includes the following curves: a) Helical curves: - Circular helix (right helicoid). - Elliptical helix. - Conical helix. - Spherical helix. - n-Helix. b) Sine waves in three dimensions - Sine
  3. 所属分类:Audio program

    • 发布日期:2017-04-06
    • 文件大小:195117
    • 提供者:馬丁芃
  1. rigid_motion

    0下载:
  2. 刚性位置变化计算,输入物体在空间坐标系中的坐标,以及旋转向量和平移向量,计算其在摄像机坐标系中的坐标。- [Y,dYdom,dYdT] = rigid_motion(X,om,T) Computes the rigid motion transformation Y = R*X+T, where R = rodrigues(om). INPUT: X: 3D structure in the world coordinate frame (3xN matrix for
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:775
    • 提供者:shuang
  1. pinyupinghua

    1下载:
  2. 包含巴特沃斯低通滤波器去噪,图像平滑 阶数M=3 截断频率D0=40,指数低通滤波器 阶数N=3 截断频率d0=40,理想低通滤波器 梯形低通滤波器 截断半径35-50-Butterworth low-pass filter with de-noising, image smoothing order of M = 3 truncation frequency D0 = 40, index of low-pass filter order of N = 3 truncation frequenc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:
  1. chap04

    0下载:
  2. matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar-matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3938
    • 提供者:孙强
  1. speakerrecognization

    0下载:
  2. 摘要说话人识别在自动身份鉴别方面具有重要的现实意义。文章在分析了说话人识别实现的可行性基础上*提 出采用长时线性预测倒谱 +,--.,)系数和矢量量化 /0)模型的不依赖于文本的说话人识别方法,并成功地应用于 一个数据库查询系统中。-65DL5<?E5=7?9?AD7?8=CDH H?>=?9?AD=7 D66@?AD7?8=H?=D 78:D7?A?=E?G?E D@<5A8>=?7?8=D<5D#M=7C?H 6D65<* 7C5 68HH?N
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:78014
    • 提供者:于高
  1. Hurst

    1下载:
  2. 该函数用于计算不规则几何图形的分形特征:Hurst指数。其中input为一个N行3列的矩阵,s为度量步长,可以取1,2,3,4等。输出output就是Hurst指数-This function is used to calculate the irregular geometry of the fractal characteristics: Hurst index. Output of output is the Hurst index of
  3. 所属分类:Fractal program

    • 发布日期:2017-03-22
    • 文件大小:662
    • 提供者:janrry
  1. DSP-c-Matlab-Programs-ManualV19

    0下载:
  2. 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Wi
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1581719
    • 提供者:wangjin
  1. berCDMA

    0下载:
  2. simulation CDMA with n users and AWGN channel
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-13
    • 文件大小:1878
    • 提供者:awatif
  1. skyplot

    0下载:
  2. SKYPLOT for a given receiver position Y=skyplot(X,PRN,C,O) draws the skyplot for the receiver position. The required inputdata for the calculation of the skyplot X is N-by-3*M matrix, where N are the timesteps and M is the number of the Sat
  3. 所属分类:GPS develop

    • 发布日期:2017-03-23
    • 文件大小:1661
    • 提供者:Anuron
  1. nanomos-r186.tar

    2下载:
  2. nanoMOS is a 2-D simulator for thin body (less than 5 nm), fully depleted, double-gated n-MOSFETs. A choice of three transport models is currently available (drift-diffusion, classical ballistic, and quantum ballistic). The transport models treat qua
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5998960
    • 提供者:mohammad
  1. meshnetw

    0下载:
  2. mesh n/w in mobile communication
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-10
    • 文件大小:692
    • 提供者:naveen
  1. wavecompression

    0下载:
  2. The following implementation steps have been made for the devised algorithm, which is based on 2D-wavelet. 1. Reading an image of either gray scale or RGB image. 2. Converting the image into grayscale if the image is RGB. 3. Decomposition of im
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:817
    • 提供者:fer
  1. normalise

    0下载:
  2. Normalises image values to 0-1, or to desired mean and variance Usage: n = normalise(im) Offsets and rescales image so that the minimum value is 0 and the maximum value is 1. Result is returned in n. If the image is colour the
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:1120
    • 提供者:mahmood
  1. dct

    0下载:
  2. a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it -a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:787
    • 提供者:anup
  1. n_queen

    0下载:
  2. N-Queen implementation in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3909
    • 提供者:bahman
  1. hw2

    0下载:
  2. 1.对一个256*256的图像进行DCT变换得到图像D,将D得斜下角数值置为零,然后进行DCT反变换. 2.对源图像进行K-L转换 1和2比较-1.Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2.. Apply DCT to these sub images, and get the transfo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1533
    • 提供者:zhengyan
  1. hht

    3下载:
  2. 中间包括好几个希尔伯特黄的算法,基于MATLAB软件下运行。有emd-visu,emd-separation,emd-sampling,emd-n,里面还有hht 其他的内容,完整,经过测试。做信息处理,Fourier 是个万金油。HHT的优势所在,HHT是一个超adaptive的方法。
  3. 所属分类:matlab

    • 发布日期:2015-09-11
    • 文件大小:207848
    • 提供者:kikaylee
  1. matlab

    0下载:
  2. 1输入数组n倍标准偏差过滤 2跌代算法-见源码
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:638
    • 提供者:佟超
  1. gsp

    0下载:
  2. 一种多项式插值方法的计算程序,只要给定多项式次数n,就可以进行插值计算。-1 dimensional power n interpolation program of Matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2995
    • 提供者:wuxiaoping
  1. work

    1下载:
  2. GM(1,1)模型GM(1,n) 灰色度模型 但回归-GM(1,1)
  3. 所属分类:Algorithm

    • 发布日期:2014-10-02
    • 文件大小:1438
    • 提供者:lyj
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com