搜索资源列表
ditfft&dft
- 用MATLAB语言编写的基2 DIT FFT子程序& 用简单的速度很低的方法计算DFT-using MATLAB prepared by the two-DIT FFT routines
matlabFFT11
- 使用MATLAB函数中的FFT命令计算离散时间信号的频谱,以加深对离散信号的DFT的理解及其FFT算法的运用。-using MATLAB function FFT calculation order discrete-time signal spectrum, to increase the discrete signals in the DFT and FFT algorithm understanding of the application.
离散傅里叶变换,即DFT
- 离散傅里叶变换,即DFT, 注意:FFT在matlab里有现成的函数可以用,它只是DFT快速实现的一种方法而已。,DFT: Discrete Fourier transform.
fft.rar
- FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。,FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In
fft-dft
- fft算法,fft与dft算法的比较,并有详细的文档说明。-fft algorithm, fft compared with the dft algorithm and a detailed descr iption of the document.
circonvt
- 计算循环卷积,DFT,IDFT,FFT... .. -Computing cyclic convolution, DFT, IDFT, FFT ... ..
matlab
- 计DFT,IDFT,FFT,循环卷积,循环移位以及重叠保留法-Of DFT, IDFT, FFT, cyclic convolution, cyclic shift and overlap to retain the Law
matlab
- 基于matlab 的 dft 的 fft 的 是吸纳-the same as before fft dft
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
bobianhuan
- 1.加深对离散时间信号的DTFT基本概念的理解。 2.熟悉DFT变换原理及其基本性质。加深对DTFT和DFT相互关系的理解 3.熟悉FFT算法原理和FFT子程序的应用 4.掌握用MATLAB计算离散时间信号的DTFT和DFT的方法,FFT函数的用法。 -1、Deepen their understanding of discrete-time signal DTFT understanding of basic concepts. 2、DFT-familiar with th
matlab_image_processing
- mathlab for image processing 2D, DFT, FFT etc.
MATLAB
- 本文介绍了数字信号处理中各种算法基本原理,包括Z 变换、DFT 变换及其快速 算法FFT 等信号变换算法和包括IIR 与FIR 数字滤波器的设计与实现,详细论述了利用 MATLAB 软件对信号变换和设计数字滤波器的原理﹑ 步骤和实现方法,并给出了基于 MATLAB 的模拟与仿真。文章最后给出了实验结果,并就其结果做了进一步的解释和说明。 关键词:Z 变换,离散傅立叶变换DFT,数字滤波器,系统结构仿真 -This article describes a variety of
1
- 信号分析处理的源程序,包括傅里叶变换、DFT、FFT、等的例程地对地导弹的-Signal analysis and processing of the source, including Fourier transform, DFT, FFT, and other routine ground-
2
- 信号分析处理的源程序,包括傅里叶变换、DFT、FFT、等的例程地对地导弹的-Signal analysis and processing of the source, including Fourier transform, DFT, FFT, and other routine ground-
matlab
- audio filter,fft,dft,pole zero plot,gui,dsp signal operations
DCT_DFT_FFT(matlab)
- 无限长的序列也往往可以用有限长序列来逼近。对于有限长的序列我们可以使用离散傅立叶变换(DFT)。DFT是对序列傅立叶变换的等距采样。是序列傅立叶变换的等距采样。 本源码是对DCT、DFT、FFT的matlab实现-Infinitely long sequence is often a long sequence with limited approximation. For the finite length of the sequence we can use the discrete F
Digital-signal-processing(matlab)
- 数字信号处理入门级的18个matlab程序,包括信号处理系统,DFT,FFT,FIR,IIR的设计。-18 programmes for DSP.
DFT&DCT
- 编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input
Question No1
- 关于FFT的matlab,运用一些特定函数方程,设定wn的值进行编写matlab文件(Write a Matlab function fastft.m which implements the Fast Fourier Transform (FFT) algorithm for computing the DFT.)
DFT IDFT FFT
- 最基础的数字信号处理关于DFT,IDFT,FFT可以直接matlab运行(dft.m idft.mThis is a very good button source code complete and can be used directly)