搜索资源列表
lpf
- 比较了FFT算法和低通滤波器在去除噪声中的作用-compared the FFT algorithm and low-pass filter to remove noise in the role
RADIX4.rar
- This is Radix 4 FFT algorithm developed in Matlab.this code give all stages of Radix4 FFT algorithm,This is Radix 4 FFT algorithm developed in Matlab.this code give all stages of Radix4 FFT algorithm
ditfftbasedonmatlab
- 在matlab中实现时间抽取基2 FFT算法-Matlab achieve in the time taken from the base 2 FFT algorithm
fft_matlab
- fft算法在matlab上的实现,超多数据的快速傅里叶变换能很快搞定,适合学习及理解fft-fft algorithm realization in matlab, multiple data fast Fourier transform quickly buttoned suitable for learning and understanding fft
FFT_exmaples_Matlab
- FFT/IFFT algorithm applications in Matlab
shiyan2
- 本文主要阐述了DTMF的原理及如何在MATLAB上产生DTMF信号,主要涉及到电话拨号音合成的基本原理及识别的主要方法,利用 MATLAB 软件以及 FFT 算法实现对电话通信系统中拨号音的合成与识别。并进一步利用 MATLAB 中的图形用户界面 GUI 制作简单直观的模拟界面。 能够利用矩阵不同的基频合成 0 - 9 不同按键的拨号音,并能够对不同的拨号音加以正确的识别,实现由拨号音解析出电话号码的过程,完成对电话拨号音系统的简单的实验仿真。-This paper described the
MATLAB
- 本文介绍了数字信号处理中各种算法基本原理,包括Z 变换、DFT 变换及其快速 算法FFT 等信号变换算法和包括IIR 与FIR 数字滤波器的设计与实现,详细论述了利用 MATLAB 软件对信号变换和设计数字滤波器的原理﹑ 步骤和实现方法,并给出了基于 MATLAB 的模拟与仿真。文章最后给出了实验结果,并就其结果做了进一步的解释和说明。 关键词:Z 变换,离散傅立叶变换DFT,数字滤波器,系统结构仿真 -This article describes a variety of
ditfft
- Matlab关于FFT算法的编程及原理详细讲解!-Matlab programming on the FFT algorithm and principle explained in detail!
MATLAB_FFT
- Matlab关于FFT算法的编程及原理详细讲解!-Matlab programming on the FFT algorithm and principle explained in detail!
backproj
- BACKPROJ uses the filtered or unfiltered backprojection algorithm to perform the inverse Radon transform. The filter is designed directly in the frequency domain and then multiplied by the FFT of the projections. The projections are zero-padded to a
fft
- this algorithm describes how to take fast fourier transform in matlab
meierdaopufadematlabshixian
- 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
FFT
- Matlab语言写的FFT算法与MATLAN中fft函数对比-Written in Matlab FFT algorithm fft function in comparison with the MATLAN
signal2
- 应用 FFT对信号进行频谱分析 1、在理论学习的基础上,通过本次实验,加深对快速傅里叶变换的理解,熟悉FFT 算法及 其程序的编写。 2、熟悉应用FFT 对典型信号进行频谱分析的方法。 3、了解应用 FFT 进行信号频谱分析过程中可能出现的问题,以便在实际中正确应用 FFT。 -Application of FFT spectrum analysis of signal 1, the theoretical foundation of learning, through th
FFT
- 在matlab环境下编写自己的fft算法,与系统的函数进行对比分析-In the matlab environment to write your own fft algorithm, and a comparative analysis of the system function
fft
- 基于matlab的fft算法设计,由于matlab的fft是built in文件,在此提供一种编写fft算法的思路。-Based on the matlab fft algorithm design, as the fft matlab file is built in, this provides an idea of writing fft algorithm.
fft_ifft
- C语言写的基2fft算法,测试过了结果,比matlab的结果精度还是稍差-fft algorithm in C language.Have testd the result.
FFT
- 在语音识别,雷达信号处理生物医学信号检测与识别等应用领域广泛使用基于离散傅里叶变换(FFT快速算法)的频谱分析技术。-Widespread use of spectral analysis technique based on discrete Fourier transform (FFT fast algorithm) in speech recognition, radar signal processing biomedical signal detection and recogniti
fft
- 本程序可以很好的实现FFT算法功能,且已写成了函数形式-This program can be a very good function of the FFT algorithm, and has been written in the form of function
Radix3_fft
- 主要实现了输入随机点数数据的基3频域抽取FFT算法(In this paper, we mainly implement the FFT algorithm for the base 3 frequency domain of input random points data.)