代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/305575/13765562
m ellvel.m
function[vi,vphi,vbar,vm]=ellvel(a,b,theta,phi,dt,fact)
% ELLVEL Average and instantaneous ellipse velocities.
%
% [VI,VPHI,VBAR,VM]=ELLVEL(A,B,THETA,PHI) where A and B are the semi-
% major an
www.eeworm.com/read/304001/13805001
m melp_apu.m
%median filt
%Input:
% p3(final pitch)
% rp2(the corresponding correlation of p3)
% G2(the 2nd Gain)
% buffer(pitch buffer)
%Output:
% pavg(average pitch)
%
www.eeworm.com/read/108242/6183564
c ls.c
/* ls 4.1 - List files. Author: Kees J. Bot
* 25 Apr 1989
*
* About the amount of bytes for heap + stack under Minix:
* Ls needs a average amount of 42 bytes per unserviced directory ent
www.eeworm.com/read/490330/6454683
m mask_divider.m
% additional mask divider to make average from mask = 1
function [mask_out] = mask_divider (mask_in)
div = sum(sum(mask_in)); % mask divider
mask_out = mask_in / div;
www.eeworm.com/read/488224/6498611
m program_2_1.m
% Program 2_1 for example 2.1
% Generation of the ensemble average
%
N = 50; % The length of the signal
M = 20; % The times of measurement
n = 0:N-1; % The index of sinal
s = 2*n.*(0.9.
www.eeworm.com/read/152609/12099118
m testrake.m
clear;
clc;
x = rayleigh(30000,30000);
averagePower=[0,-3,-6,-9];%multi-path average power dB
averagePower=10.^(averagePower/10);
averagePower=averagePower/sum(averagePower);
ray = sqrt(averagePower(
www.eeworm.com/read/125476/14491825
cc exotics_asian_price_call.cc
#include
using namespace std;
#include "normdist.h" // normal distribution definitions
double
option_price_asian_geometric_average_price_call(const double& S,
const double& X,
co
www.eeworm.com/read/475965/1374315
c scores_in.c
// scores_in.c -- uses loops for array processing
#include
#define SIZE 10
#define PAR 72
int main(void)
{
int index, score[SIZE];
int sum = 0;
float average;
prin
www.eeworm.com/read/471707/1425680
h dsputil_mmx_avg.h
/*
* DSP utils : average functions are compiled twice for 3dnow/mmx2
* Copyright (c) 2000, 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free software; y
www.eeworm.com/read/459172/1573332
h dsputil_mmx_avg.h
/*
* DSP utils : average functions are compiled twice for 3dnow/mmx2
* Copyright (c) 2000, 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* MMX optimization by Nick Kurshev