Welcome![Sign In][Sign Up]
Location:
Search - frequency sampling method fir matlab

Search list

[matlabFIRdesign

Description: FIR数字滤波器的设计方法主要是建立在对理想滤波器频率特性作某种近似的基础上的。这些近似方法有窗函数法、频率抽样法、最佳一致逼近法。在这里只讨论窗函数法。程序中也是采用了这种方法。-FIR digital filter design method is mainly based on the frequency characteristics of the ideal filter for some kind of approximation on the basis of. These approximate methods are a window function method, frequency sampling method, the best uniform approximation method. Here only to discuss the window function method. Procedure is also adopted this approach.
Platform: | Size: 217088 | Author: 李文 | Hits:

[assembly languagechap06

Description: ex5_1 I-型线性相位FIR滤波器 ex5_2 II-型线性相位FIR滤波器 ex5_3 III-型线性相位FIR滤波器 ex5_4 IV-型线性相位FIR滤波器 ex5_5 矩形窗频响 ex5_6 希尔伯特变换器设计-汉宁窗 ex5_7 低通滤波器设计-汉明窗 ex5_8 带通滤波器设计-布莱克曼窗 ex5_9 低通滤波器设计-凯塞窗 ex5_11 频率采样技术:低通,朴素法 ex5_12 频率采样技术:低通, 最优法T1 & T2 ex5_13 频率采样技术:带通, 最优法T1 & T2 ex5_14 频率采样技术:高通, 最优法T1 ex5_15 频率采样技术:差分器 ex5_16 频率采样技术: 希尔伯特变换器 ex5_17 利用Parks-McClella算法设计低通滤波器 ex5_18 用PM算法进行的带通滤波器设计 ex5_19 用PM算法进行的高通滤波器设计 ex5_20 用PM算法进行的阶梯滤波器设计 ex5_21 用PM算法进行的差分器设计 ex5_22 用PM算法进行的希尔伯特变换器设计-ex5_1 I-type linear phase FIR filter ex5_2 II-type linear phase FIR filter ex5_3 III-type linear phase FIR filter ex5_4 IV-type linear phase FIR filter rectangular window frequency response ex5_5 Hilbert ex5_6 converter design- Hanning window low-pass filter design ex5_7- Hamming window ex5_8 bandpass filter design- Blackman window ex5_9 low-pass filter design- Kaiser window ex5_11 sampling frequency: low-pass, a simple method ex5_12 sampling frequency: low-pass, optimal method T1 & T2 sampling frequency ex5_13: band-pass, optimal method T1 & T2 ex5_14 sampling frequency: high-pass, optimal method T1 sampling frequency ex5_15: differentiator sampling frequency ex5_16: Hilbert converter Parks-McClella use ex5_17 algorithm design low-pass filter PM algorithm ex5_18 with the band-pass filter design PM algorithm ex5_19 with the high-pass filter design PM algorithm used ex5_20 ladder filter design PM algorithm used ex5_21 differential design PM al
Platform: | Size: 4096 | Author: 张满超 | Hits:

[matlabfilter

Description: 包含FIR IIR窗函数法,频率采样法,模拟滤波器等 -FIR IIR contains window function method, frequency sampling method, such as analog filters
Platform: | Size: 35840 | Author: 马纪 | Hits:

[Software EngineeringFIRFilterdesign

Description: FIR filter design with unseperable window, seperable window, frequency sampling method
Platform: | Size: 2048 | Author: Eko | Hits:

[matlabfilter_all

Description: 数字滤波器的设计及性能比较 用三种方法设计FIR滤波器:窗口法、最大最小误差法、频率采样法;用两种方法设计IIR滤波器:冲激响应不变法、双线性变换法。很全的matlab滤波器程序!- Digital filter design and performance comparison of three methods to use FIR filter design: the window method, the largest minimum error method, frequency sampling method two ways IIR filter design: impulse response of the same law, two and transform. Is the whole process of the matlab filter!
Platform: | Size: 1024 | Author: 洪耀辉 | Hits:

[matlabFIR_digital_filter_design

Description: FIR数字滤波器的设计:用窗函数法,频率采样法及优化设计法设计FIR滤波器的原理及方法,用MATLAB编程实现FIR数字滤波器的设计-FIR digital filter design: using window function method, frequency sampling method and optimal design of FIR filter design method principles and methods, using MATLAB programming design of FIR digital filters
Platform: | Size: 148480 | Author: 田华梅 | Hits:

[matlabfir-high

Description: 用汉宁窗函数法设计一个数字FIR高通滤波器,要求通带边界频率为500Hz,阻带边界频率为400Hz,通带最大衰减1dB,阻带最小衰减40dB,抽样频率为2000Hz,用MATLAB画出幅频特性,画出并分析滤波器传输函数的零极点-With han ning window function method to design a digital FIR high-pass filter, request bandpass boundary frequency for 500 Hz, stop-band boundary frequency for 400 Hz, bandpass biggest 1 dB attenuation, stop-band attenuation least 40 dB, sampling frequency for 2000 Hz, MATLAB draw the amplitude frequency characteristics, painted and analysis filter transmission function of zero poles
Platform: | Size: 29696 | Author: 韩延罡 | Hits:

[OtherDSPII_USTC_01

Description: 传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形; 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出了采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线; 5)用MATLAB计算并画出了LMS法时误差随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形; 6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线; 7)最终对结果进行了分析,具体见压缩包的word文档。 -Wideband signal in the conventional sinusoidal interference suppression method is the use notch filter (notch filter), this requires precise knowledge of the frequency of a sinusoidal interference . However, when the interference frequency sinusoidal changes slowly , and the selected frequency characteristic requirements are very sharp , then best use of adaptive noise cancellation method . following figure is a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference . The code implements the following functions:   A ) draw with MATLAB error performance of the filter surface and the surface contour error performance curve 2 ) gives the steepest descent method and the LMS algorithm formula 3 ) generated using MATLAB variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform 4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour pl
Platform: | Size: 313344 | Author: 邵曈 | Hits:

[Special Effectsdigital_filter

Description: 使用matlab进行IIR与FIR数字滤波器的设计。使用直接法和双线性变换法设计IIR数字滤波器,利用窗函数法,频率采用法设计FIR数字滤波器并进行GUI界面的设计。 -Using matlab to design IIR and FIR digital filter. Using the direct method and the bilinear transform to design IIR digital filter and using window function method, frequency sampling method to design FIR digital filter .Finally a GUI interface is designed to show the process .
Platform: | Size: 110592 | Author: 李婉灵 | Hits:

[Speech/Voice recognition/combinechenxu

Description: (1)录制一段语音信号,完成对信号的采样,画出信号的时域波形和频谱图,确定信号的频谱范围; (2)给信号叠加噪声(噪声类型分为如下几种:a白噪声;b单频噪色(正弦干扰);c多频噪声(多正弦干扰);d其它干扰。),画出受噪声干扰的信号时域波形和频谱图; (3)采用窗函数法设计FIR低通滤波器,画出滤波器的频响特性图; (4)用所设计的滤波器对受噪声影响的信号进行滤波,画出滤波后语音信号的时域波形图和频谱图; (5)对滤波前后的信号进行对比,分析信号的变化;回放语音信号,并与原始语音信号对比。((1) record a speech signal, complete the sampling of the signal, draw the time domain waveform and frequency spectrum of the signal, and determine the spectrum range of the signal; (2) signal superposition noise (noise type is divided into the following: a white noise, B single frequency noise (sinusoidal interference); C multifrequency noise (multi sinusoidal interference); d other interference) Noise signal, time domain waveform and spectrogram are drawn; (3) the FIR low-pass filter is designed by using the window function method, and the frequency response characteristic of the filter is drawn; (4) the designed filter is used to filter the signal affected by the noise, and the time domain waveform and spectrogram of the filtered speech signal are drawn; (5) compare the signals before and after filtering, analyze the change of the signal, replay the speech signal, and compare with the original speech signal)
Platform: | Size: 13312 | Author: | Hits:

[matlab简单滤波器设计

Description: 简单的数字滤波器设计 1.用脉冲响应不变法设计巴特沃斯数字滤波器 2. 用双线性变换法设计切比雪夫数字滤波器 3. 用双线性变换法设计巴特沃斯数字滤波器,并将直接型结构转换成级联型结构 5.设计带阻滤波器 6.利用窗函数设计法设计FIR数字低通滤波器 7. 利用频率采样设计法设计FIR数字低通滤波器。 8. 创新训练拓展内容 (1)根据心电信号特点设计IIR或FIR滤波器滤除心电图信号噪声 (2)设计IIR滤波器或FIR滤波器对语音信号进行滤波。(Simple digital filter design 1. design of Butterworth digital filter by impulse response invariance 2. design of Chebyshev digital filter by bilinear transform 3. the Butterworth digital filter is designed by the bilinear transformation method, and the direct structure is converted into a cascade structure 5. design bandstop filter 6. design of FIR digital low pass filter by window function design 7. the FIR digital low pass filter is designed by using the frequency sampling design method. 8. the content of creative training and expansion (1) design IIR or FIR filter to filter the noise of electrocardiogram signal according to the characteristics of ECG signal (2) the IIR filter or FIR filter is designed to filter the speech signal.)
Platform: | Size: 1478656 | Author: jl12 | Hits:

[matlabIIR滤波器

Description: 设计一个巴特沃思低通滤波器,其技术指标为:3dB带宽为,阻带截止频率为,阻带衰减大于30dB,采样间隔T=10us。 1)用冲激响应不变法 2)用双线性变换法设计 3)用FIR的矩形窗函数设计(A Butterworth low pass filter is designed, its technical specifications are: 3dB bandwidth, stopband cut-off frequency, stopband attenuation greater than 30dB, sampling interval T=10us. 1) using impulse response invariance method 2) design by the bilinear transformation method 3) the design of the rectangle window function of FIR)
Platform: | Size: 1024 | Author: 来年 | Hits:

CodeBus www.codebus.net