代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/253260/12235489
cpp studentc.cpp
// studentc.cpp -- Student class using containment
#include "studentc.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
//public methods
double Student::Average()
www.eeworm.com/read/338394/12310394
m mqam_mpsk.m
function MQAM_MPSK
% SNR level in dB, notice that this is the snr per bit
% In the calculation of Ps for MQAM, we need to have the average snr per symbol.
SNR = [-6:1:22];
% calculate the theo
www.eeworm.com/read/337096/12391801
cpp studentc.cpp
// studentc.cpp -- Student class using containment
#include "studentc.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
//public methods
double Student::Average()
www.eeworm.com/read/233013/14173826
m smooth_spectrum.m
function [P,f,w,tw] = smooth_spectrum(d,dt,L,io);
%SMOOTH_SPECTRUM: Power spectrum estimate by smoothing the periodogram.
% For more than one trace provides the average spectrum
%
www.eeworm.com/read/130490/14190194
h statlib.h
#ifndef STATLIB_H
#define STATLIB_H
/**
* Plotting mode
*/
enum plotting_mode {
TOTAL, /**< Percentage over all previous messages */
N_AVERAGE /**< Percentage over previous N messages */
www.eeworm.com/read/124842/14534199
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out
www.eeworm.com/read/123453/14630540
chlog-stats
#!/usr/bin/awk -f
#
# Compute some simple statistics from a ChangeLog file. Output has several
# columns:
#
# 1) number of changelog entries
# 2) total lines in changelog entries
# 3) average li
www.eeworm.com/read/123453/14631128
chlog-stats
#!/usr/bin/awk -f
#
# Compute some simple statistics from a ChangeLog file. Output has several
# columns:
#
# 1) number of changelog entries
# 2) total lines in changelog entries
# 3) average li
www.eeworm.com/read/222424/14691943
m smooth_spectrum.m
function [P,f,w,tw] = smooth_spectrum(d,dt,L,io);
%SMOOTH_SPECTRUM: Power spectrum estimate by smoothing the periodogram.
% For more than one trace provides the average spectrum
%