代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/378914/2679338
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/378914/2679344
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/378914/2679412
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/367675/2839632
txt 775.txt
发信人: jimo (寂寞), 信区: DataMining
标 题: 请问这个怎么翻译
发信站: 南京大学小百合站 (Fri May 17 23:54:22 2002), 站内信件
average size of the maximal potentially large itemsets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/263679/4300786
c 8-12.c
#include
void main()
{float average(float array[ ],int n);
float score_1[5]={98.5,97,91.5,60,55};
float score_2[10]={67.5,89.5,99,69.5,77,89.5,76.5,54,60,99.5};
printf("the av
www.eeworm.com/read/294779/8206225
c param.c
/*
best_hood_type=1; // 0 = use best neighbour; 1 = use best neighbour's previous best
BB_option=1; // 0 = use an average value, 1= use the min value. Cf BB_update() and BB_use()
equiv_v=1; // >
www.eeworm.com/read/170937/9779057
m aar.m
function [a,e,REV,TOC,CPUTIME,ESU] = aar(y, Mode, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
% Calculates adaptive autoregressive (AAR) and adaptive autoregressive moving average estimates (AARMA)
%
www.eeworm.com/read/248284/12585634
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/235440/14071834
plt path_length.plt
set xrange [4:20]
set yrange [0:10]
set xlabel "Omnidirectional Node Density"
set ylabel "Average Path Length"
set xtics (4, 6, 8, 10, 12, 14, 16, 18, 20)
set ytics (0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
www.eeworm.com/read/203308/15362016
c param.c
/*
best_hood_type=1; // 0 = use best neighbour; 1 = use best neighbour's previous best
BB_option=1; // 0 = use an average value, 1= use the min value. Cf BB_update() and BB_use()
equiv_v=1; // >