搜索资源列表
lms
- 1、本试验中未知系统采用25阶的FIR滤波器模拟。其通带边缘频率10kHz,阻带边缘频率22kHz,阻带衰减75dB,采样频率50 kHz。 2、自适应滤波器采用基本LMS算法,滤波器阶数为32,更新步长u为1/(4+xn*xn)。LMS自适应算法参见《现代信号处理》第192页。 已经在DSP2812上实现
adc_dac_1
- 典型的采样数据DSP系统 实际模拟到数字的转换之前,模拟信号一般要经过某些种类的信号调节电路,这些信号要执行像放大、衰减和滤波这样的功能。需要用低通/带通滤波器把不需要的信号从有用带宽中消除掉,并能防止混叠发生
FIR
- 已知一低通滤波器的采样率为2KHz,通带为500Hz,阻带为600 Hz,带内波动3dB,带外衰减-50dB,滤波器的相位具有线性特性,具体幅频特性见下图。要求用等波纹方法设计出该FIR滤波器,然后用TMS320C54x汇编语言编程,并在CCS下调试实现该FIR滤波器。-A low-pass filter known to the sampling rate of 2KHz, passband to 500Hz, stopband to 600 Hz, with fluctuations wit
DevelopmentoffilterbasedonMAX293
- :简介了研制的随机振动信号处理虚拟仪器系统的组成。叙述了其中的抗混滤波器的作用与要 求,并在分析8 阶低通椭圆开关电容滤波器(MAX293 )性能的基础上,研制了基于MAX293 的抗混滤 波器。尤其对遇到的“共振”现象作出了理论分析及实验验证,同时给出了解决方法。该抗混滤波器具 有电路简单、变带宽方便、过渡带衰减迅速等优点-The composition of the developed virtual instrument system of processing a rando
UsingaDSPaudiofilterdesign
- 通带边缘频率 10kHz,阻带边缘频率 22kHz,阻带衰减75dB,采样频率 50kHz-Passband edge frequency of 10kHz, stopband edge frequency of 22kHz, stop-band attenuation of 75dB, sampling frequency of 50kHz
Digital-signal-matlab-program
- 理解信号与频谱之间的关系,会用Matlab绘制基本信号:方波、三角波、钟形波、单边指数衰减波、双边指数衰减波等信号图和频谱图。 -Understand the relationship between the signal and the spectrum will use Matlab to draw the basic signal: square, triangle, bell-shaped wave, exponential decay wave of unilateral, bil
3977
- A3977是一个完整的微电机驱动,与内建 翻译。它的设计操作双极步进电机 全,半,季,和第八步的模式,与输出驱动器 35 V和±2.5答:A3977的功能包括一个固定 关断时间电流稳压器,具有操作能力 慢,快或混合衰减模式 -The A3977 is a complete microstepping motor driver, with builtin translator. It is designed to operate bipolar stepper moto
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
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
Lab0501-FIR
- 用dsp实现有限冲激响应滤波器(FIR)算法。通带边缘频率10kHz,阻带边缘频率22kHz,阻带衰减75dB,采样频率50kHz-Dsp to achieve a finite impulse response filter (FIR) algorithm. Passband edge frequency of 10kHz, the stopband edge frequency of 22kHz, and stop-band attenuation of 75dB, sampling fre
Lab0502-IIR
- dsp实现无限冲激响应滤波器(IIR)算法,低通巴特沃斯滤波器在其通带边缘1kHz 处的增益为-3dB,12kHz 处的阻带衰减为30dB,采样频率25kHz-dsp Infinite Impulse Response Filter (IIR) algorithm, low-pass Butterworth filter gain in its passband edge at 1kHz-3dB 12kHz at the stop-band attenuation of 30dB, the sa
dsp
- 设计了一个低通巴特沃斯滤波器,在其通带边缘 1kHz处的增益为3dB,3kHz处的阻带衰减为 30dB,采样频率 10kHz。 -A low-pass Butterworth filter 3dB gain of of its passband edge 1kHz at 3kHz at the stop-band attenuation 30dB, the sampling frequency is 10kHz.
linemr
- 用于对功放功率和衰减值的校准程序,用到了最小二乘法。请大家指导。-amp power and pendence program
lvboqixishu
- 1、设计一个62阶低通滤波器,采样频率为9kHz,通带截止频率为3kHz,要求阻带最小衰减50dB。 2、将滤波器系数输出到txt文本文档。 -1, the design of a 62-order low-pass filter, the sampling frequency is 9kHz, passband cutoff frequency of 3kHz, requires a minimum stopband attenuation 50dB. 2, the output
equalizer_self_adaption
- 自适应均衡领域的经典算法,最小均方误差算法(LMS)算法的数字均衡器建模源代码。建模建立了一个通信系统的收发两端,并模拟了信道衰减和噪声。并在接收端使用了数字均衡器。主程序中一次在接收端使用了自适应均衡器,另一次没有使用,可以清楚看到均衡前后误码率的差别。-The field of classical adaptive equalization algorithm, the minimum mean square error algorithm (LMS) algorithm for model
FIR
- 基于TMS320VC5416的FIR数字滤波器,是DSP芯片的简单应用,实现截止频率1500Hz,阻带衰减50db的低通滤波器。-Based on TMS320VC5416 the FIR digital filter is a simple application of DSP chips to achieve the cutoff frequency 1500Hz, stop-band attenuation of 50db low-pass filter.
C6000-3
- C语言实现设计的FIR滤波器,带通提取该频率信号,带阻是限制该频率信号。采样频率22050Hz,自己确定通带宽度,一般信号通带(或阻带)在200~300Hz,通带内衰减1db,过渡带在100~250Hz,阻带内衰减30db。-C language design FIR filter,Bandpass frequency signal extracted with resistance is to limit the frequency of the signal. Sampling freque
C-FIR
- 带通提取该频率信号,带阻是限制该频率信号。采样频率22050Hz,自己确定通带宽度,一般信号通带(或阻带)在200~300Hz,通带内衰减1db,过渡带在100~250Hz,阻带内衰减30db。-Bandpass frequency signal extracted with resistance is to limit the frequency of the signal. Sampling frequency 22050Hz, itself the passband width, gene