搜索资源列表
KaiserFIR
- 这是我的课程设计,Kaiser窗FIR滤波器的Matlab实现,内附对结果的分析-This is my course design, Kaiser window FIR filter Matlab implementation, analysis of results included
papr_windowing
- reduction to papr in ofdm with Peak Windowing: The basic idea of peak windowing is to multiply the envelope of OFDM signal with a weighting function . Therefore, ~xE (t)= xE (t) f (t) where XE(t) =[x(t)] The weighting function give
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-