搜索资源列表
DFT
- 实现离散傅立叶变换DFT 最后分析得到频谱幅度 相位
DFT
- 信号与系统试验报告 离散傅立叶变换(DFT)和频谱分析 一、实验内容 1、实验题目 (1)编写DFT、IDFT程序,并验证其正确性(提示:可利用冲激函数进行验证)。 (2)计算信号f(t)=e-at2sin(2∏ft)的离散傅立叶变换(DFT),求其振幅谱,相位谱、振幅最大值对应的频谱(检测主频)以及对发f(t)进行DFT变换的结果实现IDFT变换,并画出图形。 参数选择如下:频率f =30HZ,a=f 2㏑(M),M=2.5 2、通过实验理解信号振幅谱、相位谱
DFT.rar
- 几个快速傅立叶变换算法 离散傅里叶变换(DFT) ,dft
DFT
- 该程序是opencv实现图像离散傅立叶变换的源码,可以在vc++6.0等类似环境下直接运行。-The program is opencv discrete Fourier transform of image source, such as in vc++6.0 run directly under a similar environment.
dftdrew
- 离散傅立叶变换-Discrete Fourie Transform
matdft
- 离散傅立叶变换函数 Program to compute DFT coefficients directly-Discrete Fourier Transform function Program to compute DFT coefficients directly
DFT_FFT_COMPARISON
- 离散傅立叶变换DFT和快速傅立叶变换FFT的比较-Discrete Fourier Transform and Fast Fourier Transform Comparison
dftidft
- MATLAB软件实现计算有限长序列的DFT和IDFT函数的程序,另有一个实例-MATLAB software calculation of finite-length sequence of DFT and IDFT function procedures, while an example of
DSP_Basic_development_program
- 1.DSP基本开发实验(熟悉CCS和DSP基本开发流程) 2.I/O控制实验(获取按键值并驱动LED显示) 3.中断设计实验 4.定时器实验 5.DMA实验 6.McBSP1接口实验 7.DSP/BIOS实验 8.音频Codec芯片AIC23数据采集回放实验 9.离散傅立叶变换DFT 10.无限冲击响应滤波器(IIR)算法实验 11.有限冲击响应滤波器(FIR)算法实验 12.实数快速傅立叶变换(FFT)算法实验 -Basic developmen
CSharp_DSP
- DSP算法,包括线性卷积、复多项式矩阵积分,离散傅立叶变换、反离散傅立叶变换等-Linear convolution, matrix integral, DFT and IDFT...
DFT
- 用opencv实现离散傅立叶变换(DFT)-Discrete Fourier Transform using opencv implementation (DFT)
lisanxinhaofuliyebianhuan
- 离散傅立叶变换(DFT)及其反变换的实现,有限长序列的循环移位、循环卷积-Discrete Fourier Transform (DFT) and its inverse transform of the realization of the cyclic shift sequence of finite length, circular convolution
DFT
- 利用DFT法求周期信号的功率谱,实现离散傅立叶变换DFT,最后分析得到频谱幅度.-DFT method using the power spectrum of periodic signals seeking to achieve the Discrete Fourier Transform DFT, the final analysis, amplitude spectrum obtained
MATLAB
- 本文介绍了数字信号处理中各种算法基本原理,包括Z 变换、DFT 变换及其快速 算法FFT 等信号变换算法和包括IIR 与FIR 数字滤波器的设计与实现,详细论述了利用 MATLAB 软件对信号变换和设计数字滤波器的原理﹑ 步骤和实现方法,并给出了基于 MATLAB 的模拟与仿真。文章最后给出了实验结果,并就其结果做了进一步的解释和说明。 关键词:Z 变换,离散傅立叶变换DFT,数字滤波器,系统结构仿真 -This article describes a variety of
DiscreteFourierTransform
- 离散傅立叶变换(DFT) Wikipedia,自由的百科全书 Lena灰度图像的结果: -Discrete Fourier Transform (DFT) Discrete Fourier Transform (DFT) Wikipedia, the free encyclopedia Lena gray image of the results:
DFT
- 采用cuda进行离散傅立叶变换,是学习cuda编程的很好例子。-Discrete Fourier transform using cuda, cuda programming is a good example of learning
dft
- dft子程序,包括输入输出,求实数列的离散傅立叶变换-dft subroutine
DFT
- 解决离散傅立叶变换,利用C语言程序快速对离散傅立叶变换进行计算(Discrete Fu Liye transform is solved, and the discrete Fu Liye transform is calculated by using C language program)
DFT
- 了解傅立叶变换相关程序知识,培养大家的学习兴趣,同时为信号处理知识提供基础(Understanding the knowledge of the Fu Liye transform related program)
离散傅立叶变换DFT matlab
- 信号与线性系统 4th ex9.4 离散傅立叶变换DFT