CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - FFT 10

搜索资源列表

  1. matlab20070124

    0下载:
  2. fft示範,取前10 waves,X-Hz,Y-phase angle-fft demonstrations, for the first 10 waves, X-Hz, Y-phase angle
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:王小明
  1. short-fft

    3下载:
  2. 里面有一对定点FFT和IFFT算法,Hanning window,内含有1024-point正弦系数(已进行定标),可支持2^n(n<=10)点的FFT/IFFT变换
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:144.66kb
    • 提供者:haoding
  1. FFT1024

    1下载:
  2. matlab 实现 1024点 FFT 运算 已经试过 运行很好-matlab achieve the 1024-point FFT computation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12.49kb
    • 提供者:赵俊
  1. awgn

    1下载:
  2. DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。 -DTMF (
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:14.89kb
    • 提供者:wyyy
  1. matlab

    0下载:
  2. y3k=fft(u,(m+n-2)/4) i=1:(m+n-2)/4 subplot(5,2,9) stem(i,u) title( 滤波后上采样 ) k=1:(m+n-2)/4 subplot(5,2,10) stem(k,y3k) title( 上采样频谱 ) xlabel( k ) ylabel( y3k ) -y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) s
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:58.65kb
    • 提供者:zzzl
  1. FFT.ZIP

    0下载:
  2. The latest official release of FFTW is version 3.2.1, available from our download page see the release notes for what s new. (Subscribe to the fftw-announce mailing list to get release announcements.) This release has better threading support, f
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2.47kb
    • 提供者:oioioi
  1. flysf

    1下载:
  2. 这个傅立叶实例算法使用了基2、基3、基4、基5、基8、基10……混合算法,几乎可以计算任意长度的FFT。说明白点也就是当序列长度n为2、3、5、7、11等这些比较小的素数时,或者n的最大素因数<=37时,可计算这个序列的FFT。-The Fourier algorithm uses an instance of the base 2, base 3, base 4, base 5, base 8, base 10 ... ... hybrid algorithm can calculate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:39.26kb
    • 提供者:169
  1. meierdaopufadematlabshixian

    0下载:
  2. 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13.47kb
    • 提供者:赵欣
  1. OFDM

    1下载:
  2. OFDM下行的仿真1、产生要传输随机数; 2、进行调制; 3、串并转换; 4、进行IFFT操作(代码中有用到共轭对称向量的IFFT为实数进行简化计算); 5、增加循环前缀; 6、并串转换; 7、输出前滤波; 8、增加信道噪声(加性高斯白噪声); 9、接收端串并转换; 10、去除循环前缀; 11、进行FFT变换; 12、信号解调; 13、误比特率计算; -OFDM downlink simulation 1, have t
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:109.65kb
    • 提供者:刘洋
  1. 2-yuputu

    0下载:
  2. 程序给出了0~10发音的语谱图,其中采用分帧函数对信号进行分帧处理然后在用fft算法得到频谱信息,后用灰度图像表示-Program gives the pronunciation of words from 0 to 10 spectra, which employs the signal sub-frame function and then in the sub-frame processing spectral information obtained with the fft algor
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:236.52kb
    • 提供者:苏鑫
  1. ZOOM_FFT

    1下载:
  2. 实现ZOOM-FFT的功能,对频谱进行了10倍的细化。-realize ZOOM-FFT fanction
  3. 所属分类:matlab

    • 发布日期:2015-05-27
    • 文件大小:2kb
    • 提供者:李名祺
  1. sim512fft

    0下载:
  2. 512点FFT程序,分10级蝶形运算完成。-512-point FFT program, sub-10 butterfly to complete.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:986byte
    • 提供者:路程程
  1. log_psd

    0下载:
  2. This function takes the n time domain samples (real or complex) and finds the psd by taking (fft/n)^2. The two sided spectrum is produced by shifting the psd The array freq provides the appropriate frequency values for plotting purposes.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:793byte
    • 提供者:Cystrin
  1. fftjiangzao

    0下载:
  2. FFT降噪,基于matlab编写,内含宽度10,30,50的低通滤波器滤波后信号频谱图。-FFT noise reduction, based on Matlab. It contains the low-pass filter of width of the signal frequency spectrum 10,30,50.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:Hachman
  1. nfftls

    0下载:
  2. nfftls is a program for fast computing Lomb-Scargle periodograms. The present archive contains an example of C implementation of the code described in B. Leroy, "Fast calculation of the Lomb-Scargle periodogram using nonequispaced fast Fourier t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-05-30
    • 文件大小:22.3kb
    • 提供者:freebt
  1. fft

    0下载:
  2. 计算线性卷积 b.分别用FFT计算它们的5点、6点、8点和10点圆周卷积。 实验程序 -Computing linear convolution b. FFT were used to calculate their 5:00, 6:00, 8:00 and 10:00 circular convolution. Experimental procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1016byte
    • 提供者:xiyue
  1. FFTZeroPadding

    0下载:
  2. Matlab program that shows Dominant Frequency detection using FFT method Use FT with zero-padding technique 10 times of FT resolution
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:Vessika
  1. exercise317_1

    0下载:
  2. Plot the log-magnitude of the Fourier transform of the signal over the interval [0, π], using a 1024-point FFT. The signal should be windowed with a Hamming window of two different durations: 25 ms and 10 ms with the window placed at the signal’s
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:705byte
    • 提供者:asdamha
  1. MATLAB_filter

    0下载:
  2. matlab 实现数字平均滤波器设计,阶数分别为6 7 8 9 10带对比效果,包括一些其他应用,包括simulink仿真,基于fft变换算法-matlab signal filter, fft , simulink filter
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8.08kb
    • 提供者:zhou
  1. axgedvus

    0下载:
  2. 实现了对10个数字音的识别,基于kaiser窗的双谱线插值FFT谐波分析,毕业设计有用,结合PCA的尺度不变特征变换(SIFT)算法,MIMO OFDM matlab仿真。- To achieve the recognition of 10 digital sound, Dual-line interpolation FFT harmonic analysis kaiser windows, Graduation useful Combined with PCA scale invariant
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4.71kb
    • 提供者:nvpycqygt
« 12 »
搜珍网 www.dssz.com