代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/199090/7889145
txt readme.txt
【资料成文时间】:2006
【语言】:E
【页数】:
【何人(公司)所著】:J C
【文件格式】:MATLAB
【文件原名】:MPSK Simulation (BPSK,QPSK,8PSK)
【摘要或目录】:
This m-file simulates MPSK (theoretical and simulated) with Gray coding
This m-file s
www.eeworm.com/read/145495/12717863
m fig3_38.m
% Chapter 3: Figure 3.38, p. 162
%
% Model Parameters
k=10;
M1=0.02; M2=0.0005;
b1=410e-03; b2=4.1e-03;
t=[0:0.001:1.5];
% State Space Model
A=[0 0 1 0;0 0 0 1;-k/M1 k/M1 -b1/M1 0; k/M2 -k/M2 0 -b2/M2
www.eeworm.com/read/487309/6519019
m monte.m
%MONTE Monte-Carlo simulation of parameters
%function simparam= monte(Param,n)
%Monte-Carlo simulation of a single or multiple linearly correlated
%variables based on non-parametric cdf of primary var
www.eeworm.com/read/343227/11962649
m ph_gen.m
function [count, label] = ph_gen(TRANS, rate, T)
%ph_gen Simulates data from a Poisson HMM.
% Use: [count,label] = ph_gen(TRANS,rate,T|label) where count
% is an array of length T w
www.eeworm.com/read/343227/11962683
m nbh_gen.m
function [count, label] = nbh_gen(TRANS, alpha, beta, T)
%nbh_gen Simulates data from a negative binomial HMM.
% Use: [count,label] = nbh_gen(TRANS,alpha,beta,T|label) where
% cou
www.eeworm.com/read/147861/12513798
m pulsecompressionparamcb.m
%pulseCompressionParamcb
%
% This is a callback function for the signalType (simulated or measured) parameter in the pulse compression block.
tempCell=get_param(gcb,'MaskValues');
signalType=tempCell
www.eeworm.com/read/290193/8498185
pdf ls-svm based on chaotic particle swarm optimization with simulated annealing.pdf
www.eeworm.com/read/431621/8664728
m ip_05_10.m
% MATLAB script for Illustrative Problem 5.10.
echo on
SNRindB=0:2:10;
for i=1:length(SNRindB),
% simulated error rate
smld_err_prb(i)=smldP510(SNRindB(i));
echo off;
end;
e
www.eeworm.com/read/431621/8664738
m ip_05_11.m
% MATLAB script for Illustrative Problem 5.11.
echo on
SNRindB=0:2:10;
for i=1:length(SNRindB),
% simulated error rate
smld_err_prb(i)=smldP511(SNRindB(i));
echo off;
end;
ech