Code covered by the BSD License
-
ConvCode_BER_Curves()
ConvCode_BER_Curves Bit Error Rate plots for convolutional coded system.
-
ConvCode_Simulate(SNRs, simLi...
Run ConvCode_*.mdl to generate Monte Carlo simulation results for
-
Fading_BER_Curves(SNRs)
ConvCode_BER_Curves Bit Error Rate plots for convolutional coded system.
-
Fading_Simulate(SNRs, varargi...
This function runs RayleighFlatFading_PSK*.mdl models
-
PAM_Gray_Code()
Returns the Gray symbol ordering for M-ary PAM signals
-
PSK_BER_Curves(SNRs)
PSK_BER_Curves Bit Error Rate plots for PSK signals over AWGN Channel.
-
PSK_SER_Curves(SNRs)
PSK_SER_Curves Symbol Error Rate plots for PSK signals over AWGN Channel.
-
PSK_Simulate
Run M_PSK_Model.mdl to generate Monte Carlo simulation results for
-
PSK_Simulate(SNRs, varargin)
Run M_PSK_Model.mdl to generate Monte Carlo simulation results for
-
PSK_Simulate(SNRs, varargin)
Run M_PSK_Model.mdl to generate Monte Carlo simulation results for
-
QAM_BER_Curves(SNRs)
QAM_BER_Curves Bit Error Rate plots for QAM signals over AWGN Channel.
-
QAM_Simulate(SNRs, varargin)
Run M_QAM_Model.mdl to generate Monte Carlo simulation results for
-
RectQAM_const(M)
RectQAM_const Rectangular QAM Constellation points with Gray mapping.
-
example_sel2html(fn,new)
Convert Dick Benson's example_sel text files to HTML documents
-
example_sel2html(fn,new)
Convert Dick Benson's example_sel text files to HTML documents
-
example_sel2html(fn,new)
Convert Dick Benson's example_sel text files to HTML documents
-
example_sel2html(fn,new)
Convert Dick Benson's example_sel text files to HTML documents
-
example_sel2html(fn,new)
Convert Dick Benson's example_sel text files to HTML documents
-
example_sel2html(fn,new)
Convert Dick Benson's example_sel text files to HTML documents
-
example_sel2html(fn,new)
Convert Dick Benson's example_sel text files to HTML documents
-
rectQAM_const(M)
% M-PAM bit/symbol ordering
-
save_as_old_ver(ver_num)
-
RunMe.m
-
registerImage.m
-
run_me.m
-
run_me.m
-
run_me.m
-
run_me.m
-
run_me.m
-
ConvCode_Quantized_F
-
M_PSK_Model
-
M_PSK_Model
-
M_PSK_Model_8b
-
M_QAM_Model
-
covdata
-
covdata
-
covdata
-
covdata
-
covdata
-
covdata
-
View all files
from
Communication Systems Reference Curves
by Idin Motedayen-Aval
These files show how to match expected theoretical results by Monte Carlo simulations.
|
| save_as_old_ver(ver_num)
|
function save_as_old_ver(ver_num)
mdlFiles = dir('*.mdl');
for k=1:length(mdlFiles)
tempName = mdlFiles(k).name;
sysNames{k} = regexprep(tempName,'.mdl','');
load_system(sysNames{k})
end
newNames = strcat(sysNames, ['_' ver_num]);
t = save_system(sysNames, newNames, 'SaveAsVersion', ver_num);
close_system(sysNames)
|
|
Contact us at files@mathworks.com