代码搜索:multiband

找到约 128 项符合「multiband」的源代码

代码结果 128
www.eeworm.com/read/386050/8768913

m selectim.m

%SELECTIM Select one or more images in multiband image or dataset % % B = SELECTIM(A,N) % A = A*SELECTIM([],N) % % INPUT % A Multiband image or dataset containing multiband images %
www.eeworm.com/read/299984/7140533

m selectim.m

%SELECTIM Select one or more images in multiband image or dataset % % B = SELECTIM(A,N) % A = A*SELECTIM([],N) % % INPUT % A Multiband image or dataset containing multiband images %
www.eeworm.com/read/460435/7251009

m selectim.m

%SELECTIM Select one or more images in multiband image or dataset % % B = SELECTIM(A,N) % A = A*SELECTIM([],N) % % INPUT % A Multiband image or dataset containing multiband images %
www.eeworm.com/read/441245/7673227

m selectim.m

%SELECTIM Select one or more images in multiband image or dataset % % B = SELECTIM(A,N) % A = A*SELECTIM([],N) % % INPUT % A Multiband image or dataset containing multiband images %
www.eeworm.com/read/400577/11573191

m selectim.m

%SELECTIM Select one or more images in multiband image or dataset % % B = SELECTIM(A,N) % A = A*SELECTIM([],N) % % INPUT % A Multiband image or dataset containing multiband images %
www.eeworm.com/read/176500/9495690

m optimal.m

function Optimal clear all; n = 34; f = [0 0.28 0.36 0.66 0.74 1]; m = [0 0 1 1 0 0]; w = [12.2 1 12.2]; ftype = 1; if ftype==1 b = remez(n,f,m,w) %multiband filter elseif ftype==
www.eeworm.com/read/168454/9912383

m optimal.m

function Optimal clear all; n = 34; f = [0 0.28 0.36 0.66 0.74 1]; m = [0 0 1 1 0 0]; w = [12.2 1 12.2]; ftype = 1; if ftype==1 b = remez(n,f,m,w) %multiband filter elseif ftype==
www.eeworm.com/read/264746/11302976

m optimal.m

function Optimal clear all; n = 34; f = [0 0.28 0.36 0.66 0.74 1]; m = [0 0 1 1 0 0]; w = [12.2 1 12.2]; ftype = 1; if ftype==1 b = remez(n,f,m,w) %multiband filter elseif ftype==
www.eeworm.com/read/180485/9305485

m program_07_9.m

% Program 7_9 % Design of Multiband Filter Using Hamming Window % fpts = [0 0.28 0.3 0.5 0.52 1]; mval = [0.3 0.3 1.0 1.0 0.7 0.7]; b = fir2(100,fpts,mval); [h,omega] = freqz(b,1,512); plot(ome