代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/270992/11013619
m z.m
%z.m/created by PJNahin for "Duelling Idiots"(2/15/99)
%This m-file simulates the random variable Z=X/(X-Y),
%where X and Y are independent and uniform from 0 to 1.
%The output is a histogram of Z.
www.eeworm.com/read/467324/7009864
m smldpe59.m
function [p]=smldPe59(snr_in_dB)
% [p]=smldPe59(snr_in_dB)
% SMLDPE59 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
M=4; % quarternary ort
www.eeworm.com/read/466792/7020826
m work7gmsk_turbo.m
clear
clc
sr=256000.0; % Symbol rate
ml=1; % ml:Number of modulation levels
br=sr.*ml; % Bit rate
nd = 10000; % Number of symbols that simulates in each loop
ebn0=5; % Eb/N0
SN
www.eeworm.com/read/456354/7351310
m smldp510.m
function [p]=smldP510(snr_in_dB)
% [p]=smldP510(snr_in_dB)
% SMLDP510 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
M=4; % quarternary orthogo
www.eeworm.com/read/327948/13054091
m pr3_36_ss_demo_rake_receiver_combiningpathsignaleffect.m
%Problem 3.36;
%Simulates the RAKE algorithm on the example of LFM bit pulse.
clear all; close all;
t=[1:3000]/500; N=length(t); %time scale;
WD=40; %deviation of LFM bit pulse;
S=exp(i*pi*WD*(
www.eeworm.com/read/321160/13411468
m smldp510.m
function [p]=smldP510(snr_in_dB)
% [p]=smldP510(snr_in_dB)
% SMLDP510 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
M=4; % quarternary orthogo
www.eeworm.com/read/313956/13578511
m smldpe59.m
function [p]=smldPe59(snr_in_dB)
% [p]=smldPe59(snr_in_dB)
% SMLDPE59 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
M=4; % quarternary ort
www.eeworm.com/read/158463/11612776
m smldp510.m
function [p]=smldP510(snr_in_dB)
% [p]=smldP510(snr_in_dB)
% SMLDP510 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
M=4; % quarternary orthogo
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/218391/14922951
m pr3_36.m
%Problem 3.36;
%Simulates the RAKE algorithm on the example of LFM bit pulse.
clear all; close all;
t=[1:3000]/500; N=length(t); %time scale;
WD=40; %deviation of LFM bit pulse;
S=exp(i*pi*WD*(