代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/403922/11502213
html function.imagick-oilpaintimage.html
Simulates an oil painting
www.eeworm.com/read/403922/11503155
html function.imagick-polaroidimage.html
Simulates a Polaroid picture
www.eeworm.com/read/403922/11503490
html function.imagick-charcoalimage.html
Simulates a charcoal drawing
www.eeworm.com/read/403922/11504160
html function.imagick-sketchimage.html
Simulates a pencil sketch
www.eeworm.com/read/403922/11506458
html function.imagick-shadowimage.html
Simulates an image shadow
www.eeworm.com/read/158463/11612736
m smldpe57.m
function [p]=smldPe57(snr_in_dB)
% [p]=smldPe57(snr_in_dB)
% SMLDPE57 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
d=1;
SNR=exp(snr_in_dB*log(10)/10
www.eeworm.com/read/158463/11612737
m smldpe56.m
function [p]=smldPe56(snr_in_dB)
% [p]=smldPe56(snr_in_dB)
% SMLDPE56 simulates the probability of error for a given
% snr_in_dB, signal to noise ratio in dB.
E=1;
alpha_opt=1/2;
SNR=exp(snr_in
www.eeworm.com/read/158463/11612744
m smldpe59.m
function [p]=smldPe59(snr_in_dB)
% [p]=smldPe59(snr_in_dB)
% SMLDPE59 simulates the error probability for the given
% snr_in_dB, signal to noise ratio in dB.
M=16; % 16-ary PAM
d=1;
SNR=e
www.eeworm.com/read/158463/11612794
m smldpe58.m
function [p]=smldPe58(snr_in_dB)
% [p]=smldPe58(snr_in_dB)
% SMLDPE58 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
d=1;
SNR=exp(snr_in_dB*log(10)/10
www.eeworm.com/read/341201/12103644
asv arsimulat.asv
function [v]=arsimulat(w,A,C,n,ndisc)
%ARSIM Simulation of AR process.
%
% v=ARSIM(w,A,C,n) simulates n time steps of the AR(p) process
%
% v(k,:)' = w' + A1*v(k-1,:)' +...+ Ap*v(k-p,:)' + eta(k