搜索资源列表
FFT288
- 本部分是128点的fft,经过了modelsim的仿真验证.里面采用了华莱士树等结构,整体结构采用2-It is 128 point fft,which has been verificated in the modelsim.In the verilog code ,we use hulaishi tree.we use 288 architecture to complete it.
MyCVI0
- 改程序用CVI编程得到,功能十分强大,可以进行FFT&IFFT算法、数据采集、相关性分析、数字滤波器等功能。-CVI programming procedures to be used, features a very powerful and can be FFT & IFFT algorithm, data acquisition, correlation analysis, digital filter functions.
VLSI_adcsfdr
- 基于FFt的ADC动态性能测试,包括SNR,ENOB等,方法基于IEEE标准测试方法。可以加载文件中数据进行分析。-A thorough investigation in ADC‘s dynamic performance based on FFT.
emd_example
- 关于emd方法的应用,绘制功率谱、FFT频谱、Hibert谱、边际谱等-On emd method, draw the power spectrum, FFT Spectrum in Hilbert spectrum and marginal spectrum
spectralanalysis
- 谱估计(建立二阶AR模型)、利用FFT求解功率谱估计、利用AR模型的Yule-Walker方程求解模型参数等-Spectral estimation (the establishment of second-order AR model), using FFT to solve the power spectrum estimation using AR model of Yule-Walker equation model parameters such as
perfect_OFDM
- 还在为“基于MATLAB的OFDM系统仿真”的朋友,可以看看我总结的资料! 该代码通过综合了本站中的两个源代码,在MATLAB 7.0下完成OFDM系统的完美仿真:音频数据采集->S/P转换->16QAM映射->IFFT处理->添加CP->P/S->理想/多径信道传送->……(FFT等)->传输结果比较(前后频谱图、可以直接通过听前后的音频文件来辨别系统的好坏-理想信道时音质前后相同)。在此还要感谢那两位站员提供相关的代码,也希望能对其他人有帮
dsp
- 该程序是实现关于信号的一些重用的分析处理功能,如计算信号能量,fft变换等-signal processing
OFDM
- 这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性 -This is a relatively complete simulation of OFDM communication system design, including coding, modulation, IFFT, the upper and lower frequency, Gaussia
FFT
- 求取正弦信号的幅频谱图、均方根谱、功率谱、对数谱等-To strike the amplitude of the sinusoidal signal frequency spectrum, the rms spectrum, power spectrum, the number of spectral
image-matlab
- 基于matlab图像处理功能实现,包括滤波,锐化,fft等-function of image processing based on matlab
fft
- 自己编写的FFT基2 MATLAB程序,其中包括换位以及旋转因子变化,调试通过,和matlab自带程序时间等都差不多-Write your own FFT-based 2 MATLAB program, including changes in transposition and twiddle factor debugging through time and matlab own procedures and so almost
fast-fft
- 快速傅里叶变换,多用于图像处理等方面。。完全是自己亲手敲的程序-Fast Fourier Transform, used for image processing. . Is entirely their own hands to knock the program
ofdm
- ofdm系统的基本系统图仿真,包括调制,IFFT,解调,FFT等-The basic system diagram ofdm system simulation, including the modulation, IFFT, demodulation, FFT, etc.
dsp
- z变换,小波,数字滤波,fft等数字信号处理源码-digital signal process matlab code
matlab-FFT
- matlab分析输出信号频谱分析的程序,包括读入输入文件等相关程序-matlab fft analyze program
fft
- 实现FFT一维和二维变换及逆变换教程,输出为转换前后对比图等-Realization of one and two dimensional FFT transform and inverse transform tutorial, the output comparison chart before and after conversion, etc.
11
- DSP芯片TMS320F2XXX相关程序(FFT等例子)-some program about DSP TMS320F2XXX(FFT...)
FFT
- FFTlms:需要添加u, y,d,e等数据,该程序就能给出类似于LMS算法的仿真图; rake:计算误码; RScode:检验译码是否正确 TCMcode:进行8PSK映射,得到信号点在星座图上的位置 WHTlms读者需要给出输入信号xd, 参考信号d,运行本程序就能得到相应仿真图 -FFTlms: you need to add u, y, d, e and other data, the program will be able to give similar LMS
matlab designe
- 相控阵设计中,用于阵列综合的程序,GUI,波束扫描等,滤波器设计等,(Phased array design, beam scanning, filter design, etc.,)
fft
- 快速傅里叶变换用c语言实现,亲测有效,能运行出实部虚部等还有运行时间(The realization of fast Fourier transform in C language)