代码搜索:Design

找到约 10,000 项符合「Design」的源代码

代码结果 10,000
www.eeworm.com/read/445470/7595251

m savitzky-golay_filter_design.m

% sg.m - Savitzky-Golay length-N order-d smoother design. % % [B, S] = sg(d, N); % % N=2M+1 = filter length, d = polynomial order % S = [s0, s1, ..., sd], F = S'S % G = SF^(-1) = derivative filters %
www.eeworm.com/read/445470/7595271

m lowpass-highpass_butterworth_design.m

% lhbutt.m - lowpass/highpass Butterworth digital filter design % % [A, B, P] = lhbutt(s, fs, fpass, fstop, Apass, Astop) % % s = 1, -1 = lowpass, highpass % design parameters: % P = [Wpass, Wstop, ep