搜索资源列表
FFTtranslationinDSP
- 使用FFT变换求一个时域信号的频域特性,并从这个频域特性求出该信号的频域值,使用DSP汇编语言实现对FFT的DSP编程-FFT transform the use of a time-domain signals in the frequency domain characteristics, and from the frequency domain characteristics of the signal obtained in the frequency domain value, th
DSP实验箱5502上FFT算法程序
- 这是我们学校的DSP实验箱5502上FFT算法程序,保证可以用,功能很全,程序中有DSP初始化,A/D采样,FFT 的运算等过程.对不同的输入信号进行 FFT 变换,它可以对不同的输入信号进行 FFT 变换,观看不同信号在频域内的特性。-This is our school s DSP FFT algorithm on a test box 5502 program, to ensure that you can use, features a very full, the program ha
pinyudsp
- 利用汇编语言编写数字信号处理的频域处理方法,同时计算了FFT-The use of assembly language to prepare digital signal processing of frequency-domain approach, while the FFT calculation
bianjiema
- 时域信号转换为频域处理的典型方法,是数字信号处理中的重要算法-Time-domain signal is converted to a typical frequency domain processing methods, digital signal processing is an important algorithm
dspanalises
- 数字信号中的有关于频域分析方面的内容的介绍-Digital signals on the frequency domain analysis of the contents of the presentation
low_pass_filter
- DSP环境下的低通滤波器源码,应用于信号处理,在频域下对信号进行低通滤波-DSP environment, low-pass filter source code, applied to intermediate frequency domain signal processing software algorithms
dsp
- 数字信号处理中对模拟信号的采样频谱分析,及时域、频域重构分析,包括信号及频谱,采样信号及其频谱,时域重构,通过低通滤波器进行频谱重构等代码-Digital signal processing of the analog signal sampling spectral analysis, time-domain, frequency-domain reconstruction analysis, including signal and spectrum, the sampling signal
Matlab
- 数字信号处理程序,实现滤波器,时域频域信号的发生转换。-signal processing program,filter,tansfer signal from time to frequency.
FFT
- 此程序是DSP5402的DSK例子程序,为快速傅里叶变换,将信号由时域变为频域。-This program is an example DSP5402' s DSK procedures for the fast Fourier transform, the signal from the time domain into the frequency domain.
dsp
- 应用快速傅里叶变换对信号进行频谱分析,其中包括高斯序列、正弦序列、衰减正弦序列、三角波序列、反三角序列。绘出其时域,频域波形。有详细的标注!-Application of fast Fourier transform spectral analysis of signals, including the Gaussian sequence, sine series, sine decay sequence, triangular wave sequence, the anti-triangula
zhuchengFFT
- 应用快速傅里叶变换对信号进行频谱分析,其中包括高斯序列、正弦序列、衰减正弦序列、三角波序列、反三角序列。绘出其时域,频域波形。有详细的标注!-Application of fast Fourier transform spectral analysis of signals, including the Gaussian sequence, sine series, sine decay sequence, triangular wave sequence, the anti-triangula
gao
- 应用快速傅里叶变换对信号进行频谱分析,其中包括高斯序列。绘出其时域,频域波形。有详细的标注!-Application of fast Fourier transform spectral analysis of signals, including the Gaussian sequence. Plotted the time domain and frequency domain waveforms. Detailed mark! ! !
dsp2
- 应用快速傅里叶变换对信号进行频谱分析,其中包括高斯序列、正弦序列、衰减正弦序列、三角波序列、反三角序列。绘出其时域,频域波形。有详细的标注!-Application of fast Fourier transform spectral analysis of signals, including the Gaussian sequence, sine series, sine decay sequence, triangular wave sequence, the anti-triangula
signal2
- 一个信号处理的的程序,适合于控制领域的初学者,是一个较简单的频域程序。-A signal processing program, suitable for control areas of beginners, is a relatively simple frequency domain program.
timefreq
- 一个信号处理的的程序,适合于控制领域的初学者,是一个较简单的频域程序。-A signal processing program, suitable for control areas of beginners, is a relatively simple frequency domain program.
C
- 通信工程类各种信号处理C语言仿真集。其中包括常用信号的产生、快速傅里叶变换、快速离散正交变换、快速卷积与相关、数字滤波器的时域与频域相应、IIR数字滤波器的设计、FIR数字滤波器的设计、经典谱估计、现代谱估计等等。-Communication engineering various signal processing C language simulation set. Including the commonly used signal generation, FFT, fast discre
chengxu
- 数字信号处理中关于时域采样定理,卷积定理,系统响应,频域采样定理的matlab程序-Digital signal processing on the time-domain sampling theorem, convolution theorem, the system response, frequency domain sampling theorem matlab program
Dsiggnal_proci
- 数字信号处理一种基于matlab 文件内容/conv(卷积部分)dupconv重叠保留法freqcirconv频域圆周卷积freqconv频域卷积timecirconv时域圆周卷积timeconv时域域卷积积/fft(频域分析部分)d2fft基2FFTdft DFT最简化程序源码dtftDTFT演示/fir(fir滤波器设计)fir 的到fir滤波器hngetwindow 的到fir滤波器窗函数wn -Digital signal processing matlab file content
quick-acquisitionmethod-of-signals
- 主要研究了两种高动态扩频信号快速捕获的方法,即基于FFT 的频域(载波) 并行捕获法和基于FFT 的时域(伪码) 并行捕获法,并使用MATLAB 进行了仿真和比较。仿真结果表明:基于FFT 的频域并行捕获可捕获较大的频偏并跟踪一定 的频率变化率,可用于卫星变轨等高动态、高加速度等飞行过程。而基于FFT 的时域并行捕获可快速捕获码相位,用于在轨飞行的飞行器,可根据轨道参数提前预报其多普勒频偏,但同时需要精密测距的飞行过程。-Research on the quick acquisition
fft
- 对采样信号进行FFT变换,并计算出频域的幅值。查看变量,生成FFT曲线图.基四频域FFT算法,CCS-FFT, the sampling signal and calculate the magnitude of the frequency domain. Viewing Variables, generate FFT graph. Base four frequency domain FFT algorithm, CCS