搜索资源列表
e1
- 16点基4—FFT算法编程。输入16点的序列,采用基4-fft方法计算其快速傅里叶变换。-16 points-based 4-FFT algorithm for programming. Enter the 16-point sequence, with the base 4-fft method for calculating the fast Fourier transform.
awgn
- DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。 -DTMF (
SAR_SP_matlab
- SAR雷达基本信号处理算法,包含fft,crange等16个文件,对初学者对SAR雷达的理解有很大的帮助-SAR basic radar signal processing algorithms, including fft, crange such as 16 documents, for beginners to understand the SAR radar very helpful
DSP
- 这是个压缩文件,里面有matlab程序可以直接运行,作用是实现该程序完成16个脉冲信号的脉压、MTI/MTD ,另外有C程序,作用主要是在visualdsp++环境中实现上述功能,但是要用到matlab产生的数据。最后还有个matlab比较程序.另外还有实现FFT的汇编语言程序。-This is a compressed file, which has matlab program can be run directly, is to implement the program complete
j4fft16
- 16点 基4-fft算法matlab实现-16:00 base 4-fft algorithm matlab
FFT_IFFT_16
- Implement FFT and IFFT 16 point using Matlab Simulink.
fft16
- The following Matlab project contains the source code and Matlab examples used for 16 point radix 2 dif fft . Contain the computation of 16 point DIF FFT in each stages and reordering process.