代码搜索:Contents
找到约 10,000 项符合「Contents」的源代码
代码结果 10,000
www.eeworm.com/read/428849/8834962
m~ contents.m~
% Probability distribution estimation.
%
% emgmm - Expectation-Maximization Algorithm for GMM.
% melgmm - Maximizes Expectation of Log-Likelihood for Gaussian mixture.
% mlcgmm - Maximal Li
www.eeworm.com/read/428849/8834991
m~ contents.m~
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.04 22-Dec-2004
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf
www.eeworm.com/read/428849/8835014
m contents.m
% Optimization methods for STPRtoolbox.
%
% gmnp - Solves Generalized Minimal Norm (GMNP) problem.
% gnnls - Solves Generalized Non-negative Least Squares (GNNLS) problem.
% gnpp - S
www.eeworm.com/read/428849/8835040
m~ contents.m~
% Optimization methods for STPRtoolbox.
%
% gmnp - Solves Generalized Minimal Norm Problem (GMNP).
% gnnls - Solves Generalized Non-negative Least Squares Problem (GNNLS).
% gridsearch - F
www.eeworm.com/read/187250/8838482
txt contents.txt
Effect of white noise on a COFDM transmission
This simulations looks at the effect of varying the SNR on the BER.
The SNR is varied from 0 to 20dB, while the BER is tested by passing
96000 data w
www.eeworm.com/read/187250/8838525
txt contents.txt
Effect of a Frame starting time error.
This simulation varies the frame starting time error. This error would
occur if the starting time used for a frame of data was not synchronized
with the tra
www.eeworm.com/read/187250/8838566
txt contents.txt
Effect of multipath on COFDM signal.
This simulates the effect of a single multipath signal as the amplitude
of the reflected signal is varied.
The reflected signal has a constant delay of 400
www.eeworm.com/read/187250/8838613
txt contents.txt
Effect of signal clipping on COFDM.
This simulation looks at the effect of clipping the COFDM signal
on the error rate. This is done by comparing the bit error rate (BER)
at various peak power co
www.eeworm.com/read/187250/8838665
txt contents.txt
Effect of multipath on COFDM signal.
This simulates the effect of a single reflection multipath signal which
is 3dB weaker then the direct signal.
The script which runs the simulation is simmu
www.eeworm.com/read/187222/8841542
java contents.java
//: Contents.java
interface Contents {
int value();
}