source: ResearchApps/PHY/Rate Change Filters/SG10/rate_change_filters_init.m

Last change on this file was 1723, checked in by murphpo, 12 years ago
File size: 322 bytes
Line 
1h64 = firpm(63, [0 0.7813*.25 1.28*.25 1], [1 1 0 0], [1 .2]);
2h64 = 0.99*(h64./max(h64));% .* filter_coeff_scaling;
3
4
5%y = permute(reshape(x,4,4,4),[2 1 3]);
6h64_rs = permute(reshape(h64(1:64),4,4,4),[2 1 3]);
7
8h32 = firpm(31, [0 .75*.25 1.25*.25 1], [1 1 0 0], [1 .2]);
9h32 = 0.95*h32./(max(h32));
10h32_rs = h32;
Note: See TracBrowser for help on using the repository browser.