搜索资源列表
ASPsuper.net
- 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阶汉宁窗进行滤波 plo
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
househaar
- 利用haar小波进行图像消除噪声 fir1: 1D filter-design (signal processing toolbox) following lines for proper rescaling of the noise, such that desired
matlabdesigning2
- 通过fir1设计FIR滤波器,fir2设计任意频率响应的滤波器,采用卷积计算信号通过系统后响应(还原),采用fftfilt计算信号通过系统后响应,一个长序列和一个短序列的卷积。
FIR1
- 在5402上用线性缓冲区和直接寻址方法实现FIR滤波器 ccs开发环境
FIR1
- 有限冲击响应滤波器的C源代码-Finite Impulse Response Filter C source code
fir1
- FIR滤波器 CCS开发工程文件 头文件 辅助文件 C源程序
fir1
- 给出了2812的FIR 的C语言程序,简单实用,
FIR1
- 有限冲击响应滤波器的C源代码-Finite Impulse Response Filter C source code
ASPsuper.net
- 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阶汉宁窗进行滤波 plo
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
fir1
- FIR滤波器 CCS开发工程文件 头文件 辅助文件 C源程序 -FIR filter to develop CCS project file documents supporting the C header file source
fir1
- 给出了2812的FIR 的C语言程序,简单实用,-2812 gives the FIR of the C language program, simple and practical,
fir1
- MATLAB中m函数编写的滤波器代码,此代码为MATLAB自带的,稳定,通用性好。-MATLAB function in the preparation of m filter code, the code for the MATLAB built-in, stable, and universal good.
fir1
- this file consists of simple FIR filter designed with the fixed coefficients
ssd7
- Fir Filtering by making use of the FIR1 filter function in Matlab. Low-pass filter, high pass filter, bandpass filters
34
- 根据滤波器指标选择合适的窗函数,计算窗函数的长度N,调用MATLAB函数fir1设计一个FIR低通滤波器。并编写程序,调用MATLAB快速卷积函数fftfilt实现对xt的滤波。绘图显示滤波器的频响特性曲线、滤波器输出信号的幅频特性图和时域波形图。
System-Generator-fir1
- System Generator软件工具的使用,完整的设计工程文件在文件:fir1.mdl-System Generator tool usage:fir1.mdl
数字滤波器
- FIR低通数字滤波器的设计,利用matlab编程语言利用FIR1函数设计低通滤波器。(Design of FIR Low Pass Digital Filter)
FIR1
- 对标Matlab中fir1函数的C语言实现(C language implementation of fir1 function in benchmarking matlab)