代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/488466/6487395
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; % quaternary orth
www.eeworm.com/read/478716/6700884
m mrc.m
clear
clc
tic
N = 10^6; % number of bits or symbols
% Transmitter
ip = rand(1,N)>0.5; % generating 0,1 with equal probability
s = 2*ip-1; % BPSK modulation 0 -> -1; 1 -> 0
nRx = [1 2];
www.eeworm.com/read/476907/6754344
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; % quaternary orth
www.eeworm.com/read/153044/12064469
m pdf2tick.m
function tick = pdf2tick(x, pdf, cdf)
% pdf2tick -- Convert probability density function to ticks.
% pdf2tick(x, pdf, tics) returns ticks along [0..1] that
% conform to the given pdf(x). The numb
www.eeworm.com/read/252197/12293979
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; % quaternary orth
www.eeworm.com/read/216045/15028772
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; % quaternary orth
www.eeworm.com/read/213940/15121857
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; % quaternary orth
www.eeworm.com/read/210157/15205808
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; % quaternary orth
www.eeworm.com/read/251838/4415528
m normalize_pot.m
function [pot, loglik] = normalize_pot(pot)
% NORMALIZE_POT Convert the probability part of a utility potential
% [pot, loglik] = normalize_pot(pot)
[pot.p, lik] = normalise(pot.p);
%pot.u = pot.u -
www.eeworm.com/read/234507/4658914
ref reedsolomon.ref
Number of Reed-Solomon code-words to simulate: 1000
BSC Error probability : 0.01
RS m: 3
RS t: 2
Simulating an Reed-Solomon code with the following parameters:
n = 7
k = 3
q = 8
The bit error probabil