搜索资源列表
zyhanning_num3
- it is about famous hanning window function using in Matlab,Welcome to download.-it is about famous HANNING window function using in Matlab, Welcome to download.
short-fft
- 里面有一对定点FFT和IFFT算法,Hanning window,内含有1024-point正弦系数(已进行定标),可支持2^n(n<=10)点的FFT/IFFT变换
带通fir设计及图形显示比较
- 数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A t
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
hanning
- 用C语言编写的加窗函数, hanning窗,实现信号的加窗-Increase with the C language window function, hanning window and the signal is windowed
FIR
- 用窗函数法设计一个长度N等于8的线性相位FIR滤波器。其理想的幅频特性为 分别用矩形窗、Hanning窗、Hamming窗、Blackman窗、Kaiser窗(b=8.5)设计该滤波器。 -Window function method used to design a length N equal to 8 the linear phase FIR filter. Its ideal amplitude-frequency characteristics of rectangular w
fir
- 基于汉宁窗的fir带通滤波器 用matlab仿真-Hanning window on the fir bandpass filter simulation using matlab
apsignalproc
- The Window Design Method The basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and then tru
FIRwin
- 此程序是基于MATLAB的采用窗函数设计法设计FIR滤波器,内有多种窗函数,包括海明窗,汉宁窗,布拉克曼窗-This procedure is based on the use of MATLAB window function design FIR filter design with a multi-window function, including the Hamming window, Hanning window, Blackman window, etc.
demofer
- This matlab program compares the results of different window design methods for finite impulse response filters (FIRs): the rectangular window, Blackman window, Bartlett window, Hamming window and the Hanning window.
hanning
- Hanning filter implemented in VHDL
fft
- FFT algorithms FFT, IFFT, power spectrum calculation, including the Hamming window, Hanning window, triangle window, Blackman window, 4 term Blackman-Harris window of several of the power spectrum window function computing power.
BasicHanningWindow
- How to do hanning window
To_plot_the_Hanning_window_for_filters
- hanning window for filter matlab code with example
bispectrum
- Calculates the bispectrum. Taken from Ice Ages and Astronomical Causes p. 293, Muller and MacDonald, 2000. bispectrum(y,dt,qplot,window,fmax) The default is a hanning window: boxcar and hamming will work. fmax = max freq to calcul
Hanning-Filter
- 参考国外网站资料,自己实现的海宁窗滤波函数。滤波测试图像为matlab自带的cameraman.tif图片。-Hanning filter program in Matlab
DFT-mit-hanning-hamming-bartlett-faltung
- DFT hanning hamming bartlett window and convolutin
hanning window, kaiser window, decimator generator
- hanning window, kaiser window, decimator generator written in matlab
hanning-FIR
- 程序将信号转化为频域信号,而后利用汉宁窗函数选择感兴趣频段信号。-Program signal into a frequency domain signal using a Hanning window function and then select the signal band of interest.
hanning window function
- 此程序采用汉宁窗函数对实验数据进行滤波,并采用插值函数来提高采样频率。(The program uses Hanning window function to filter the experimental data and the interpolation function to improve the sampling frequency.)