搜索资源列表
-
1下载:
使用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
-
-
0下载:
dsp算法40例,包括fft、滤波器、谱运算等
1. 将模拟滤波器转变为数字滤波器。
2. 由得到幅频响应 。
3. 用Burg算法求AR模型的参数。
4. 由AR模型参数得到功率谱。
5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。
6. 实现双线性Z变换。
7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。
8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。
9. 直接由定义求 点复序列 的DFT 。
10.利用经典的Cooley
-
-
7下载:
1.利用傅立叶级数展开的方法,自由生成所需的x(t);
2.通过选择不同的采样间隔T(分别选T>或<1/2fc),从x(t)获得相应的x(n)(作出x(n)图形);
3.对获得的不同x(n)分别作傅立叶变换,分析其频率响应特性4.利用巴特沃思、切比雪夫或椭圆滤波器设计数字滤波器(滤波特性自定),要求通过改变滤波器参数或特性(低通、高通、带通或带阻)设计至少两种数字滤波器,分析所设计滤波器并对上述给出的不同x(n)分别进行滤波;
5.利用窗函数设计法或频率采样法设计数字滤波
-
-
1下载:
对AD采样来的数据信号进行快速傅里叶变换,并将FFT后的频谱图和波形通过液晶LCD显示出来,对信号分析处理有很大帮助!-Sampling of the AD to the data signals fast Fourier transform, and FFT frequency spectrum and waveform after the adoption of liquid crystal LCD display, the signal analysis and processing of
-
-
0下载:
这是一个使用C语言编写的简单易学的FFT变换代码,可以将时域数据变换到频域数据。-This is a compilation of using C language is easy, can transform the FFT code data transform domain will to frequency data.
-
-
0下载:
此程序是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.
-
-
0下载:
what is the DFT? The DFT is extremely important in the area of frequency (spectrum)
analysis because it takes a discrete signal in the time domain and transforms that signal into its
discrete frequency domain representation. Without a discrete-ti
-
-
0下载:
在DSP中,对回波数据进行FFT处理将其变换到频域后,将其与频域系数进行点积,对点乘结果再做一次逆FFT,将频域结果转换到时域,在这一步中需要调用函数fft_flp32.asm,其功能是实现输入数据的FFT变换。-In DSP, FFT processing of echo data to be transformed into the frequency domain, the frequency-domain coefficients with the dot product, the re
-
-
0下载:
应用快速傅里叶变换对信号进行频谱分析,其中包括高斯序列、正弦序列、衰减正弦序列、三角波序列、反三角序列。绘出其时域,频域波形。有详细的标注!-Application of fast Fourier transform spectral analysis of signals, including the Gaussian sequence, sine series, sine decay sequence, triangular wave sequence, the anti-triangula
-
-
0下载:
应用快速傅里叶变换对信号进行频谱分析,其中包括高斯序列、正弦序列、衰减正弦序列、三角波序列、反三角序列。绘出其时域,频域波形。有详细的标注!-Application of fast Fourier transform spectral analysis of signals, including the Gaussian sequence, sine series, sine decay sequence, triangular wave sequence, the anti-triangula
-
-
0下载:
应用快速傅里叶变换对信号进行频谱分析,其中包括高斯序列。绘出其时域,频域波形。有详细的标注!-Application of fast Fourier transform spectral analysis of signals, including the Gaussian sequence. Plotted the time domain and frequency domain waveforms. Detailed mark! ! !
-
-
0下载:
应用快速傅里叶变换对信号进行频谱分析,其中包括高斯序列、正弦序列、衰减正弦序列、三角波序列、反三角序列。绘出其时域,频域波形。有详细的标注!-Application of fast Fourier transform spectral analysis of signals, including the Gaussian sequence, sine series, sine decay sequence, triangular wave sequence, the anti-triangula
-
-
0下载:
高频、低频、温度信号在DM6446中的分析处理程序,其中高频与低频信号都进行了傅里叶变换。-High-frequency, low frequency, the temperature signal in the DM6446 in the analysis process, in which high-frequency and low frequency signals are carried out Fourier transform.
-
-
0下载:
一个傅里叶变换的程序,适合于控制领域的初学者,是一个较简单的频域程序。-A Fourier transform program, suitable for control areas of beginners, is a relatively simple frequency domain program.
-
-
1下载:
1. 利用傅立叶级数展开的方法,自由生成所需的x(t);
2. 通过选择不同的采样间隔T(分别选T>或<1/2fc),从x(t)获得相应的x(n)(作出x(n)图形);
3. 对获得的不同x(n)分别作傅立叶变换,分析其频率响应特性(给出幅频与相频特性曲线);
4. 利用巴特沃思、切比雪夫或椭圆滤波器设计数字滤波器(滤波特性自定),要求通过改变滤波器参数或特性(低通、高通、带通或带阻)设计至少两种数字滤波器,分析所设计滤波器(画出频率特性曲线),并对上述给出的不同x(n)
-
-
0下载:
对着麦克风发点声音看看程序画面显示,本程序演示了声音的快速FFT变换(需要声卡和麦克风),对分析显示其各频率分量的程序.-Whistle a melody and watch this program graph the pitch in real time. The Frequency Analyzer technically speaking performs a Fast Fourier Transform of the sound (you need a sound card and a
-
-
1下载:
通信工程类各种信号处理C语言仿真集。其中包括常用信号的产生、快速傅里叶变换、快速离散正交变换、快速卷积与相关、数字滤波器的时域与频域相应、IIR数字滤波器的设计、FIR数字滤波器的设计、经典谱估计、现代谱估计等等。-Communication engineering various signal processing C language simulation set. Including the commonly used signal generation, FFT, fast discre
-
-
0下载:
实现对两路同频正弦波信号fft变换求相位差,可以在dsp中仿真使用-To achieve the two frequency sine wave signal fft transform and phase difference, and dsp simulation use. . .
-
-
0下载:
双线性变换法及脉冲相应不变法设计IIR数字滤波器,观察双线性变换及脉冲响应不变法设计的滤波器的频域特性,了解双线性变换法及脉冲响应不变法的特点。-Bilinear transform and impulse response invariant design method of IIR digital filter, and observed the frequency domain characteristics of the bilinear transformation and impul
-
-
2下载:
基于MATLAB的语音信号分析及滤波(DSP课程设计说明书) 设计题目、内容及要求 课程设计的题目:基于MATLAB的语音信号分析及滤波。 课程设计的内容:录制一段个人自己的语音信号,并对录制的信号进行采样 画出采样后语音信号的时域波形和频谱图 给定滤波器的性能指标,采用窗函数法和双线性变换设计滤波器,并画出滤波器的频率响应 然后用自己设计的滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前-Design based on MATLAB voice signal analys
-