代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/168454/9912418

m remezex2.m

% % Program name - REMEZ1.m % N=44 Fs=50000; % Sampling frequency % Filter length Ap=1; % Pass band ripple in dB As=45; % Stop band attenuation in dB M=[0 0 1 1
www.eeworm.com/read/168454/9912419

m prog7b2.m

% % prog7b2.m, p442 File name % FS=1000; % Sampling frequency FN=FS/2; % Nyquist frequency N=73; % Filter length beta=5.65; % Kaiser ripple parameter fc
www.eeworm.com/read/167781/9952774

m program_10_6.m

% Program 10_6 % Illustration of Interpolation Process % clf; N = input('Length of input signal = '); L = input('Up-sampling factor = '); f1 = input('Frequency of first sinusoid = '); f2 = inpu
www.eeworm.com/read/167781/9952798

m program_10_5.m

% Program 10_5 % Illustration of Decimation Process % clf; N = input('Length of input signal = '); M = input('Down-sampling factor = '); f1 = input('Frequency of first sinusoid = '); f2 = input
www.eeworm.com/read/165851/10049011

m program_10_6.m

% Program 10_6 % Illustration of Interpolation Process % clf; N = input('Length of input signal = '); L = input('Up-sampling factor = '); f1 = input('Frequency of first sinusoid = '); f2 = inpu
www.eeworm.com/read/165851/10049037

m program_10_5.m

% Program 10_5 % Illustration of Decimation Process % clf; N = input('Length of input signal = '); M = input('Down-sampling factor = '); f1 = input('Frequency of first sinusoid = '); f2 = input
www.eeworm.com/read/357506/10208342

m program_13_5.m

% Program 13_5 % Illustration of Decimation Process % clf; N = input('Length of input signal = '); M = input('Down-sampling factor = '); f1 = input('Frequency of first sinusoid = '); f2 = input
www.eeworm.com/read/357506/10208346

m program_13_6.m

% Program 13_6 % Illustration of Interpolation Process % clf; N = input('Length of input signal = '); L = input('Up-sampling factor = '); f1 = input('Frequency of first sinusoid = '); f2 = inpu
www.eeworm.com/read/352274/10567287

m siga.m

function siga(action,in1,in2); %siga 交互式信号演示 - 1 : 信号的 DFT % Illustrating some basic signal processing concepts, such as % sampling, aliasing, and windowing. % possible actions: % 'start' %
www.eeworm.com/read/352274/10567946

m signt.m

function signt(action,in1,in2); %signt 交互式信号演示 - 1 : 信号的 DFT % Illustrating some basic signal processing concepts, such as % sampling, aliasing, and windowing. % possible actions: % 'start'