搜索资源列表
带通
- matlab数字滤波器设计,计算出参数便于dsp实现bandpa-Matlab digital filter design parameters calculated to achieve bandpass ease dsp
bandpass-filter
- 这是一篇关于带通滤波器的毕业设计论文,涵盖IIR与FIR滤波器的设计!-This is an article on the band-pass filter design graduate thesis, covering IIR and FIR filter design!
filter
- % y=filter(sig,fmin,fmax) % 对信号进行理想滤波,可完成低通,带通 % sig为被滤波信号 % fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器 % fmax为上限频率,fmax>fmin % fs为信号的采样频率 % y为经过滤波后的信号 -% Y = filter (sig, fmin, fmax)% of the ideal sign
a
- NAME: bpass PURPOSE: Implements a real-space bandpass filter which suppress pixel noise and long-wavelength image variations while retaining information of a characteristic size. CATEGORY: Image
b
- cntrd: calculates the centroid of bright spots to sub-pixel accuracy. Inspired by Grier & Crocker s feature for IDL, but greatly simplified and optimized for matlab INPUTS: im: image to process, particle
FIR
- fir带通滤波器,可将不需要的频率成分的信号滤去-fir bandpass filter unwanted frequency components can be filtered signal
discrete
- Computes the discrete fourier transform of a data set and creates a discrete frequency index vector. Generates a figure and plots data spectrum.Generates a low pas filter and multiplies with data spectrum. Generates a fi
bplbq
- 带通滤波器.滤除一定频率内的噪声信号,低频和高频特性不变。-Bandpass filter. Filtered noise signal, the low and high frequency characteristics within certain frequency constant.
times_four_carrier_recovery
- 实现了OFDM信号的四倍载波恢复,通过带通,滤出4fc。-Four times to achieve the OFDM signal carrier recovery, through a bandpass filtered off 4fc.
besselfilter
- % besselfilter. Function to implement a bandpass Bessel Filter. % Inputs: % order: Number of poles in the filter. Scalar numeric value. % low: Lower frequency bound (Hz). Scalar numeric va
程序
- 通过对随机信号的处理,将其转换为带限信号,再将其通过不同阶数的带通滤波器,得到滤波后的信号。(By processing the random signal, it can be transformed to band limited signal, and then pass the bandpass filter with different orders to get the filtered signal.)