代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/130034/14211519
h movingaverage.h
#import
@interface MovingAverage: SwarmObject
{
int width; /*"number of observations used for a fixed interval moving average"*/
int numInputs; /*"number of obs
www.eeworm.com/read/220157/14847823
h movingaverage.h
#import
@interface MovingAverage: SwarmObject
{
int width; /*"number of observations used for a fixed interval moving average"*/
int numInputs; /*"number of obs
www.eeworm.com/read/37274/1070825
cpp che_9.cpp
#include
using namespace std;
class Student //声明类别
{
private: //私用数据成员
int StuID;
float English,Math,Total,Average;
public:
www.eeworm.com/read/356084/3042415
m beamtranspixel2.m
% BeamTransPixel2 -- Beamlet Transform a Single Pixel
%
% Undo the average at the boundary! Modified from BeamTransPixel.
%
% [equad, lquad] = BeamTransPixel2(x,quadbnds);
% In
www.eeworm.com/read/106690/15626470
m erpimages.m
% erpimages() - image multiple single-trial ERPs optionally sorted on
% an input variable and smoothed by moving-average
% Plot selected single channels in separate panel
www.eeworm.com/read/106690/15626639
m blockave.m
% blockave() - make block average of concatenated data sets of same size
% Each data set is assumed to be of size (chans,frames).
% Usage:
% >> aveout = blockave(data,frames)
www.eeworm.com/read/188386/8544383
m world.m
// The Santa Fe Stockmarket -- Implementation of class World
// SOME VARIABLES EXPLAINED
//
// int malength[]
// List of moving average periods.
//
#import "World.h"
#import "MovingAverag
www.eeworm.com/read/287897/8663003
txt galog.txt
generation best average standard
number value fitness deviation
1, 2.771, -25.112, 10.426
2, 2.771, -28.340, 8.548
3, 2.771, -28.749, 6.980
4, 2
www.eeworm.com/read/375500/9358396
m world.m
// The Santa Fe Stockmarket -- Implementation of class World
// SOME VARIABLES EXPLAINED
//
// int malength[]
// List of moving average periods.
//
#import "World.h"
#import "MovingAverag
www.eeworm.com/read/365319/9869813
m plotersdop.m
function plotersdop(rawdatafile,len,nlines,headerbytes,ave);
% function plotersdop(rawdatafile,len,nlines,headerbytes,ave);
%
% Function to estimate Doppler centroid using the average phase shift
%