搜索资源列表
matlabdesigning2
- 通过fir1设计FIR滤波器,fir2设计任意频率响应的滤波器,采用卷积计算信号通过系统后响应(还原),采用fftfilt计算信号通过系统后响应,一个长序列和一个短序列的卷积。
FIR1
- 有限冲击响应滤波器的C源代码-Finite Impulse Response Filter C source code
band-pass-filter 线性相位FIR带通滤波器
- 用MATLAB函数fir1设计一个具有如下指标的线性相位FIR带通滤波器:阻带截止频率为0.55pi 和0.85pi,通带截止频率为0.65pi和 0.75pi,最大通带衰减为0.2dB,最小阻带衰减为42dB。分别利用下面的窗函数来设计滤波器:汉宁窗、汉明窗、布莱克曼窗。对于每种情况,给出其冲激响应系数并画出设计的滤波器的幅频响应。-Designed with a MATLAB function with the following indicators fir1 linear phase F
lowfir1
- C code version of Matlab function fir1.m (lowpass only)
cheng-xu
- (1)认真复习第七章中用窗函数法和等波纹最佳逼近法设计FIR数字滤波器的原理; (2)调用信号产生函数xtg产生具有加性噪声的信号xt,并自动显示xt及其频谱,如图10.5.1所示; 图10.5.1 具有加性噪声的信号x(t)及其频谱如图 (3)请设计低通滤波器,从高频噪声中提取xt中的单频调幅信号,要求信号幅频失真小于0.1dB,将噪声频谱衰减60dB。先观察xt的频谱,确定滤波器指标参数。 (4)根据滤波器指标选择合适的窗函数,计算窗函数的长度N,调用MATLAB函
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的滤波。绘图显示滤波器的频响特性曲线、滤波器输出信号的幅频特性图和时域波形图。
FIR1
- -给原始的语音信号加上一个高频余弦噪声,频率为5kHz。画出加噪后的语音信号时域和频谱图-- To the original speech signal with a high-frequency cosine noise, frequency of 5kHz. Draw the speech signal with noise after the time-domain and frequency spectrum-
FIR-filter
- 各种类型的FIR滤波器程序,如fir1 fir2.直接就可以运行-Various types of FIR filter programs, such as fir1 fir2. Directly on the run
filtro
- Example of FIR filter: M = 25 fir1 b = (m-1, 0,5, low , hamming (M)) fir1 b2 = (M-1 0.5 high Blackman (M)) fir1 b3 = (M-1 0.5 high , rectwin (M)) -Example of FIR filter: M = 25 fir1 b = (m-1, 0,5, low , hamming (M)) fir1 b2
fir1_simple
- 简单的fir1文件,便于改编为C语言版本-simple fir1 file
fir1
- 频率取样法设计的FIR低通滤波器,并对不同频率的正弦波进行滤波-frequency sampling method of FIR filter
fir
- fir滤波器的matlab例程,各种滤波器的特征频率,采用fir1函数设计FIR滤波器-matlab fir
Windows
- 生成各种窗函数,采用fir1函数设计FIR滤波器,求滤波器的幅频响应-matlab windows
FIR1
- 对标Matlab中fir1函数的C语言实现(C language implementation of fir1 function in benchmarking matlab)