在DSP中设计滤波器采样频率为600hz ,截止频率200hz 的高通滤波器IIR-in DSP filter design sampling frequency 600hz. 200 hz cutoff frequency of the high pass filter IIR 下载
|
用CVI开发的滤波程序,通过设置滤波器类型,采样频率,截止频率,衰减系数,滤波器的阶次,纹波系数来设计滤波器。-CVI development of the filtering process, through the establishment of filter types, sampling frequency, cutoff frequency, attenuation coefficient, Filter Order, Ripple to design the filter coefficients. 下载
|
数字滤波的设计:FIR滤波器,设计滤波器采样频率为600hz,截止频率200hz的高通滤波器-Digital Filter Design : FIR filter, the sampling frequency filter design to 600hz, 200hz cutoff frequency of the high pass filter 下载
|
这是一个对语音信号(0.3kHz~3.4kHz)进行低通滤波的C语言程序, 低通滤波的截止频率为800Hz,滤波器采用19点的有限冲击响应FIR滤波。 语音信号的采样频率为8kHz,每个语音样值按16位整型数存放在insp.dat文件中。-This c program is a low pass filter for radio signal 0.3kHz-3.4kHz.The stop frequence of this filter is 800hz.This digtal filter chooses 19 points FIR.the fs is 8kHz.every datas is memoryed in filed-insp.dat. 下载
|
ASP高级网 t=0:0.0000002:0.0006 % ts=0.2ms 每周期1000点 x1=sin(5000*2*pi.*t) % 生成5KHz的正弦波 b=fir1(9,0.01,hanning(10)) % 采样频率是100KHz,截止频率为500Hz的9阶汉宁窗生成b系数。 freqz(b,1,512,100000) y=filter(b,1,x1) % 对5KHz正弦波用9阶汉宁窗进行滤波 plot(t,x1,t,y) 仿真结果未见到y被衰减的滤波效果。请高手指点。 络变成编程-ASP t = 0:0.0000002 : ts = 0.0006% per period 1000 EMFs point x1 = sin (5000 * 2 * pi. * t)% 5KHz generation of sine wave b = fir1 (9,0.01. HANNING (10))% is 100KHz sampling frequency, As the frequency of 500Hz nine bands Hanning window Generation b coefficient. Freqz (b, 1,512,100000) y = filter (b, a, x1)% to 5KHz sine wave with nine bands Hanning window filtering plot (t, x, t, y) Simulation results were not seen y attenuation of the filter effect. 19:56 guidance. Tongxinluo into programming 下载
|