搜索资源列表
Tools1
- 自己写的一个简单的数字信号处理的小程序。可以不同的信号源,并对其进行DFT、FFT、DFFT以及IFFT的运算。非常可视,对初学者理解信号与系统的概念应该非常有帮助。-signal processing tool. Aim to assist beginners to understand the concepts of DSP.
paper04
- Presently FFT usage in GPS receivers has been a topic of extensive study and many improved FFT-based acquisition methods with averaging correlation technique also have emerged. Although averaging arithmetic can r
paper03
- Presently FFT usage in GPS receivers has been a topic of extensive study and many improved FFT-based acquisition methods with averaging correlation technique also have emerged. Although averaging arithmetic can r
Cplusplusprogramming_of_FFT_and_IFFT
- 本文我在北航读研时主修《现代偏微分方程》时花费一个多月时间写的期末报告,里面系统阐述了快速傅里叶变换的算法原理及其在数字信号处理等工程技术中的应用。介绍了一维DFT的基2 FFT 算法频域抽取和时域抽取FFT的短发原理和编程步骤。最后在附录中给出了一维DFT的基2 FFT 算法(包括频域抽取的FFT和IFFT算法、时域抽取的FFT和IFFT算法),一维任意非基2 FFT算法,二维DFT的基2 FFT 算法以及二维DFT的任意非基2 FF
dit_fft
- 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transfor
FFT
- 本程序中包含一个可以通用的头文件,它能够实现DFT,FFT,IFFT,conv,这些函数根据信号处理C语言程序集编写,为了方便理解与调用,我在程序中使用了一些实例,大家可以通过它们做深入理解!-This procedure can include a generic header, it can be achieved DFT, FFT, IFFT, conv, these functions according to the sign
cpp
- dft idft fft ifft的c++源码实现 离散时间傅里叶变换 极其逆变换实现 快速傅里叶变换极其逆变换实现-dft idft fft ifft the c++ source to achieve extremely inverse discrete-time Fourier transform fast Fourier transform extremely inverse transform
OFDM-LSandDFT-channel-estimation
- OFDM系统中载波,调制,IFFT,LS、DFT信道估计,FFT,解调-OFDM systems carrier, modulation, IFFT, LS, DFT channel estimation, FFT, demodulation
matlab
- matlab中应用dft对 ifft的实现程序-Application dft matlab implementation program for ifft
fft
- 实现复数的快速傅里叶变换,快速傅里叶反变换,离散傅里叶变换,反变换,以及希尔伯特变换,非常实用-the implimention of ifft,fft,dft and hilbert
FFTorIFFT_MATLAB
- FFT和IFFT的MATLAB实现代码 用时间抽取的基2快速傅里叶变换实现序列卷积 对利用自编函数对信号进行DFT变换 对利用自编函数对信号进行DFT反变换-FFT IFFT dft
ifft
- this folder contains the code for inverse fast fourier transform and the inverse dft. hope it helps. along with it it has several problem statements
Untitled
- 简要介绍了OFDM的发展状况及基本原理, 文章对OFDM 系统调制与解调技术进行了解析,得到了OFDM 符号的一般表达式,给出了OFDM 系统参数设计公式和加窗技术的原理及基于IFFT/FFT 实现的OFDM 系统模型,阐述了运用IDFT 和DFT 实现OFDM 系统的根源所在,重点研究了理想同步情况下,保护时隙(CP)、加循环前缀前后和不同的信道内插方法在高斯信道和多径瑞利衰落信道下对OFDM系统性能的影响。在给出OFDM系统模型的基
Keystone
- 实现一阶Keystone变换,包含三种方法,分别是DFT+IFFT方法,sinc插值方法和chirp-Z方法(Three algorithms for perform keystone transform, including DFT+IFFT, sinc interpolation and chirp-z transform.)