搜索资源列表
FFTVibrationSignalRate100
- 基于MATLAB的振动信号的KAISER滤波与频谱分析,可用于加速度传感器信号-based on MATLAB KAISER vibration signal filtering and spectrum analysis, acceleration sensor can be used for signal
Matlab
- FIR滤波器设计中的凯撒窗函数设计,最后有对应系数产生-FIR filter design in the design of the Kaiser window function, and finally there are the corresponding coefficients have
Kaiser
- FIR带通滤波器,用于分离混叠信号,适用于初学者-FIR band-pass filter, used to separate overlapping signals for beginners
sscyf
- 典型窗函数的归一化幅频对数特性,凯泽窗的时域波形,低通滤波器的增益特性比较,实际滤波器的幅频特性-Typical window function of the normalized logarithmic amplitude-frequency characteristics, Kaiser window in time domain waveforms, low pass filter gain characteristics compared to the actual filter amp
CommManagerDiamond
- kaiser(凯撒)PPC—钻石无线面板-KAISER CommManager3G.CAB
filter
- FIR数字滤波器的实现,采用Kaiser窗实现高精度的地痛滤波器。-The realization of FIR digital filter using Kaiser window filter to achieve high accuracy in pain.
kasers
- kaiser window function of MATLAB
kaiser
- kaiser滤波:用kaiserord生成阶数,及beta值-filter using kaiser
kaiser_matlab
- 用matlab实现kaiser窗,非常实用。-Using matlab to achieve kaiser window, very useful.
Kaiser_encrypted
- 凯撒密码。将10个字母长的单词进行加密和解密。-Kaiser encrypted 10 letter long word to encrypt and decrypt
Kaiser-window-filter
- Kaiser window filter programs
Filter
- MATLAB程序实现滤波器设计(包含低通、高通的巴特沃斯、契比雪夫、Kaiser窗)-MATLAB filter design program (including low-pass, high-pass Butterworth, Chebyshev, Kaiser window)
Rs
- 利用fir1函数及Kaiser窗设计带通滤波器-Use fir1 function and Kaiser window design bandpass filter
Ex3.9
- 用MATLAB分别利用汉明窗、汉宁窗、布莱克曼窗和凯泽窗设计一个带通滤波器-Respectively, with the use of MATLAB Hamming window, Hanning window, Blackman window and Kaiser window design a bandpass filter
FIR-Filter-design
- 使用FIR进行滤波器设计,应用kaiser窗函数进行的50阶设计的,适合初学者。-Conducted using FIR filter design, application kaiser window function 50 bands designed for beginners.
11
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
EEE-212-lab-sheet
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
kaiserWindows-compute
- 凯撒窗的计算代码,绝对独家 凯撒窗的计算代码,绝对独家 凯撒窗的计算代码,绝对独家-kaiser comupute kaiser comupute kaiser comupute kaiser comupute
kaiser_function
- kaiser函数,在数字信号处理时用到,比如滤波函数等-kaiser function
kaiser
- A matlab code for the kaiser window used in Digital Signal Processing for filtering out unrequired components. Using its mathematical formula and ranges.