搜索资源列表
2642-1
- //在tc3.0++在运行 //a数组用于随机产生1-6数表示每个方格后面的图形.用inita()函数来实现 //c数组用于记录方格的状态,用字符L(lock)表示没有打开的方格 //D(delete)表示已消去的方格.O(open)表示打开的方格. //变量m表示按回车键的有效次数.也是记忆力参数,越小记忆力越好 //变量xpos,ypos用于表示当前光标所在的位置 //(x1,y1),(x2,y2)用于记录打开的两个方格的位置 //judge()函数用于控制
fir1-2-3
- FIR滤波器,3个实现不同的FIR滤波器的C代码,分别包含LP、BP、HP等,具有很强的实用性-FIR filter, three different kinds of FIR filters C code, includes LP, BP, HP, with a strong practical
FIR
- 使用C++Builder编写的FIR滤波程序,能够滤掉叠加在低频信号上的高平信号,有波形显示,效果良好
FIR.巴特沃斯滤波器C语言实现
- 巴特沃斯滤波器C语言实现,低通滤波器。IIR,Butterworth filter C language
lvboqi.rar
- 滤波器 高通低通带通 IIR FIR,IIR FIR
FilterModels
- 用c++语言实现的通信的FIR滤波器模型,模型性能较好,可自行修改抽头参数-With c++ Language communication FIR filter model, the model performance better, they are free to amend the tap parameters
FIRlowpassfilter
- c语言实现fir滤波器,主要是程序部分,详细设计原理请参照有关资料-C language realizes fir wave filter, the main content is a procedure part, the detailed design principle please consult relevant materials
paper05
- Averaging correlation foe C/A code acquisitionand tracking fir GPS receivers
FirAlgs
- Fir低通滤波C语言实现-Fir low-pass filter C language
a-low-pass-filter-for-radio-signal
- 这是一个对语音信号(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 c
fir
- fir这是一个对语音信号(0.3kHz~3.4kHz)进行低通滤波的C语言程序,-fir iir dsp c
nurlyformat
- 用c++语言实现的通信的FIR滤波器模型,模型性能较好,可自行修改抽头参数()