代码搜索:Statistical
找到约 1,108 项符合「Statistical」的源代码
代码结果 1,108
www.eeworm.com/read/141739/12988504
m nanstats.m
function [me, st, md, no] = nanstats(D)
%NANSTATS Statistical operations that ignore NaNs and Infs.
%
% [mean, std, median, nans] = nanstats(D)
%
% Input and output arguments:
% D (struct) data
www.eeworm.com/read/303048/13823195
m nanstats.m
function [me, st, md, no] = nanstats(D)
%NANSTATS Statistical operations that ignore NaNs and Infs.
%
% [mean, std, median, nans] = nanstats(D)
%
% Input and output arguments:
% D (struct) data
www.eeworm.com/read/126884/6010974
java stats.java
package org.trinet.util;
import java.util.Arrays;
/**
* Static methods for statistical calculations. Most of these are based on
* methods in the Descriptive.java class of the package /cern/j
www.eeworm.com/read/291067/6302995
m dbtex8.m
%DBTEX8 An example doing statistical analysis with the AIMT experimental antenna.
%Description:
% At the moment the same SNR is used all the time.
%
% * DBT, A Matlab Toolbox for Radar Signal Pro
www.eeworm.com/read/291067/6303010
m wideex3.m
function [estDoaAllOut, meanDoa, stdDoa, realNoSrc, spec, noTrials, relBW,elapTime] = wideex3(xScaleType)
%WIDEEX3 Monte Carlo simulations and statistical analysis with simulated wideband signals.
%
www.eeworm.com/read/493843/6391472
txt readme.txt
This disk contains 36 m-files that are used
in the textbook
Monson H. Hayes,
"Statistical Digital Signal Processing and Modeling"
John Wiley & Sons, 1996
A detailed description of how to u
www.eeworm.com/read/343765/11928458
m wideex3.m
function [estDoaAllOut, meanDoa, stdDoa, realNoSrc, spec, noTrials, relBW,elapTime] = wideex3(xScaleType)
%WIDEEX3 Monte Carlo simulations and statistical analysis with simulated wideband signals.
%
www.eeworm.com/read/342008/12047307
m readme.m
% PRTools3.0 December 1999
%
% PRTOOLS is a basic set of statistical pattern recognition
% tools under Matlab. Not all commands are entirely tested.
%
% It is heavily upgraded from the previous versi
www.eeworm.com/read/148474/12464915
m cp0802_ieeeuwb.m
%
% FUNCTION 8.8 "cp0802_IEEEuwb"
%
% Generates the channel impulse response for a multi-path channel according
% to the statistical model proposed by the IEEE 802.15.SG3a
%
% 'fc' is the sampli
www.eeworm.com/read/494137/1162087
h gastatistics.h
#ifndef __GA_STATISTICS_H__
#define __GA_STATISTICS_H__
#include "..\ExportImport.h"
#include "..\CallConvention.h"
namespace Common
{
// Statistical value types
enum GaStatValueType