代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/226981/14445248
m cp0801_pamreceiver.m
%
% FUNCTION 8.7 : "cp0801_PAMreceiver"
%
% Simulates the receiver for 2PAM DS UWB signals
% and computes the average BER
% 'R' is an array containing different waveforms
% of the received signa
www.eeworm.com/read/120683/14792774
h sfrepobj.h
* Totaling types.
#define ccTOTAL_NONE 'N'
#define ccTOTAL_COUNT 'C'
#define ccTOTAL_SUM 'S'
#define ccTOTAL_AVERAGE 'A'
#define ccTOTAL
www.eeworm.com/read/120683/14792817
h sfrepobj.h
* Totaling types.
#define ccTOTAL_NONE 'N'
#define ccTOTAL_COUNT 'C'
#define ccTOTAL_SUM 'S'
#define ccTOTAL_AVERAGE 'A'
#define ccTOTAL
www.eeworm.com/read/455463/1614380
m avgplustime.m
function [plust] = avgplustime(fbcoord,td1,standard,plustreject,dev)
% Calculation of the average Plus Time at each receiver location
% Rejection of some of the Plus Time based on the standard deviati
www.eeworm.com/read/455463/1614559
m filttrinan.m
function y = filttrinan(x,n)
% y = filttrinan(x,n)
%
% THIS IS BASICALLY A WEIGHTED MOVING AVERAGE OPERATOR
% x is the input vector; the no.of pts. of the vector
% need not be specified
% n is the
www.eeworm.com/read/187503/5220643
java ema.java
package com.jsystemtrader.indicator;
import com.jsystemtrader.platform.*;
/**
* Exponential Moving Average.
*/
public class EMA extends Indicator {
private final int length;
priva
www.eeworm.com/read/398713/2371254
cpp ex10_1.cpp
// ex10_1.cpp
// finds average of numbers typed by user
#include
using namespace std;
int main()
{
float flarr[100]; //array for numbers
char ch;
www.eeworm.com/read/393688/2472242
f90 xy2v.f90
#include
#include
subroutine xy2v (nx, ny, fldxy, ki, kf, fldv)
!-----------------------------------------------------------------------
!
! Purpose:
! convert a grid-average
www.eeworm.com/read/194440/8194643
m filttrinan.m
function y = filttrinan(x,n)
% y = filttrinan(x,n)
%
% THIS IS BASICALLY A WEIGHTED MOVING AVERAGE OPERATOR
% x is the input vector; the no.of pts. of the vector
% need not be specified
% n is the
www.eeworm.com/read/393960/8252971
m cp0801_pamreceiver.m
%
% FUNCTION 8.7 : "cp0801_PAMreceiver"
%
% Simulates the receiver for 2PAM DS UWB signals
% and computes the average BER
% 'R' is an array containing different waveforms
% of the received signa