代码搜索:Simulates

找到约 1,151 项符合「Simulates」的源代码

代码结果 1,151
www.eeworm.com/read/414656/11107226

m diffusion.m

function Jd=diffusion(J,method,N,K,dt,sigma2) % private function: diffusion (by Guy Gilboa): % Jd=diffusion(J,method,N,K) % Simulates N iterations of diffusion, parameters: % J = source image (2D
www.eeworm.com/read/376679/9310422

txt effects of amplitude.txt

%This MATLAB code simulates the effects of amplitude variation between modulators for % the wireless LO clear close all rad=pi/180; % radar parameters f=2.4e9; % Hz wavelength=3e8/f; k=2*pi/wa
www.eeworm.com/read/175304/9552818

asv map_demod.asv

function pe=map_simu(BPH,number_of_states,n,rho_in_dB) % this function simulates the MAP demodulation % progress of the DFH system % n:correlation interval %rho_in_dB=7; rho=10^(rho_in_dB/10); N
www.eeworm.com/read/175304/9552830

m va_demod_rayleigh.m

function pb=va_demod_rayleigh(rho_in_dB,BPH,number_of_states) % this function simulates the viterbi demodulation of % the DFH system N=60000; fanout=2^BPH; rho=10^(rho_in_dB/10); L=floor(log(n
www.eeworm.com/read/175304/9552875

m map_demod.m

function pe=map_simu(BPH,number_of_states,n,rho_in_dB) % this function simulates the MAP demodulation % progress of the DFH system % n:correlation interval %rho_in_dB=7; rho=10^(rho_in_dB/10); N
www.eeworm.com/read/175304/9552929

asv va_demod_zhaduitest.asv

% function pb=va_demod(Eb_to_Nj_in_dB,rho_in_dB,BPH,number_of_states,Q) % this function simulates the viterbi demodulation of % the DFH system % rho_in_dB=5; % BPH=2; % number_of_states=16; Eb
www.eeworm.com/read/175304/9552989

m va_demod_zhaduitest.m

% function pb=va_demod(Eb_to_Nj_in_dB,rho_in_dB,BPH,number_of_states,Q) % this function simulates the viterbi demodulation of % the DFH system % rho_in_dB=5; % BPH=2; % number_of_states=16; Eb
www.eeworm.com/read/424063/10504133

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/423536/10553309

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/270992/11013608

m biased.m

%biased.m/created by PJNahin for "Duelling Idiots"(12/27/98) %This m-file simulates 1,000 games of odd-person-out, for N people as %defined by the user, with N-1 persons flipping a fair coin and a s