代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/274119/4188940

c arr2point.c

# include void main() { int num; /* 声明子函数 */ void average(float *point, int n); void search(float(*point)[4], int n); /* 定义一个静态存储数组并赋初值 */ static float score[4][4] = {{76,
www.eeworm.com/read/448886/1683443

m p4_2.m

% Program P4_2 % Gain Response of a Moving Average Lowpass Filter clf; M = 2; num = ones(1,M)/M; [g,w] = gain(num,1); plot(w/pi,g);grid axis([0 1 -50 0.5]) xlabel('\omega /\pi');ylabel('Gain in dB');
www.eeworm.com/read/448886/1683449

m p2_1.m

% Program P2_1 % Simulation of an M-point Moving Average Filter % Generate the input signal n = 0:100; s1 = cos(2*pi*0.05*n); % A low-frequency sinusoid s2 = cos(2*pi*0.47*n); % A high frequency sinus
www.eeworm.com/read/448886/1683516

m p4_2.m

% Program P4_2 % Gain Response of a Moving Average Lowpass Filter clf; M = 2; num = ones(1,M)/M; [g,w] = gain(num,1); plot(w/pi,g);grid axis([0 1 -50 0.5]) xlabel('\omega /\pi');ylabel('Gain i
www.eeworm.com/read/448886/1683522

m p2_1.m

% Program P2_1 % Simulation of an M-point Moving Average Filter % Generate the input signal n = 0:100; s1 = cos(2*pi*0.05*n); % A low-frequency sinusoid s2 = cos(2*pi*0.47*n); % A high frequency
www.eeworm.com/read/448886/1683590

m p4_2.m

% Program P4_2 % Gain Response of a Moving Average Lowpass Filter clf; M = 2; num = ones(1,M)/M; [g,w] = gain(num,1); plot(w/pi,g);grid axis([0 1 -50 0.5]) xlabel('\omega /\pi');ylabel('Gain in dB');
www.eeworm.com/read/448886/1683596

m p2_1.m

% Program P2_1 % Simulation of an M-point Moving Average Filter % Generate the input signal n = 0:100; s1 = cos(2*pi*0.05*n); % A low-frequency sinusoid s2 = cos(2*pi*0.47*n); % A high frequency sinus
www.eeworm.com/read/403017/2316500

m program_2_1.m

% Program 2_1 % Generation of the ensemble average % R = 50; m = 0:R-1; s = 2*m.*(0.9.^m); % Generate the uncorrupted signal d = rand(R,1)-0.5; % Generate the random noise x1 = s+d'; stem(m,d)
www.eeworm.com/read/378914/2679265

m p4_2.m

% Program P4_2 % Gain Response of a Moving Average Lowpass Filter clf; M = 2; num = ones(1,M)/M; [g,w] = gain(num,1); plot(w/pi,g);grid axis([0 1 -50 0.5]) xlabel('\omega /\pi');ylabel('Gain in dB');
www.eeworm.com/read/378914/2679271

m p2_1.m

% Program P2_1 % Simulation of an M-point Moving Average Filter % Generate the input signal n = 0:100; s1 = cos(2*pi*0.05*n); % A low-frequency sinusoid s2 = cos(2*pi*0.47*n); % A high frequency sinus