搜索资源列表
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
bianjiema
- 时域信号转换为频域处理的典型方法,是数字信号处理中的重要算法-Time-domain signal is converted to a typical frequency domain processing methods, digital signal processing is an important algorithm
TimeDomainView
- 对数字信号处理中的时域信号进行分析的MATLAB仿真。-Of digital signal processing in the time domain signal analysis of MATLAB simulation.
dsp
- 数字信号处理中对模拟信号的采样频谱分析,及时域、频域重构分析,包括信号及频谱,采样信号及其频谱,时域重构,通过低通滤波器进行频谱重构等代码-Digital signal processing of the analog signal sampling spectral analysis, time-domain, frequency-domain reconstruction analysis, including signal and spectrum, the sampling signal
DSPFFT
- 介绍了基2时域抽取法FFT的原理和算法,并在MATLAB仿真软件的辅助下、在数字信号处理 DSP上实现。 -Describes the radix-2 time-domain extraction principle and FFT algorithms, and the aid of MATLAB simulation software, in digital signal processing DSP to achieve.
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.
FFT--C
- FFT的dsp实现方法(C语言版),学习用FFT 对连续信号和时域信号进行频谱分析-FFT implementation of dsp (C language version), a continuous signal for learning the FFT and time domain signal spectrum analysis
1120111092DSP
- 实现时域信号的傅里叶变换,使得信号处理更加直观。-Implementation of the Fourier transform time-domain signal
pinxiang
- 将一个激振结构测得的时域信号fft变换,频谱分析,的到频谱图。-Fft transform of the time-domain signal, spectrum analysis
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
FFT2048
- 可以完成2048点的FFT运算Matlab实现,将时域信号转化为频谱-Can finish2048operations of FFT Matlab, the time domain signal into the frequency spectrum
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
MATLAB-DSP
- 基于MATLAB的语音信号分析及滤波(DSP课程设计说明书) 设计题目、内容及要求 课程设计的题目:基于MATLAB的语音信号分析及滤波。 课程设计的内容:录制一段个人自己的语音信号,并对录制的信号进行采样 画出采样后语音信号的时域波形和频谱图 给定滤波器的性能指标,采用窗函数法和双线性变换设计滤波器,并画出滤波器的频率响应 然后用自己设计的滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前-Design based on MATLAB voice signal analys
FFT
- 本设计是64点FFT对连续信号和时域信号进行频谱分析,在CSS2环境下仿真。-The design is a 64-point FFT spectrum analysis, carried out on a continuous signal and the time-domain signal in the CSS2 simulation environment.
Example_2833xFIR
- 使用TMS320F28335实现快速傅立叶变换(Fast Fourier Transform).可以将时域信号变换为频域,从而可以从频域分析处理信息,得到的结果再由傅立叶逆变换到时域分析。-using TMS320F28335 for fast Fourier transform (Fast Fourier Transform). Time domain signal can be transformed into the frequency domain, which can process
armfly-DSP-tutorials-Chapter-25
- 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。FFT是离散傅立叶变换的快速算法,可以将一个信号变换到频域。有些信号在时域上是很难看出什么特征的,但是如果变换到频域之后,就很容易看出特征了。这就是很多信号分析采用FFT变换的原因。另外,FFT可以将一个信号的频谱提取出来,这在频谱分析方面也是经常用的。本章节的主要内容是讲解FFT变换结果的物理意义。-This tutorial uses a DSP library the ARM officia
REPORT2
- ADI dsp信号处理实验二,时域卷积运算,DFT运算等操作-ADI dsp DFT