No BSD License
-
UWB_settings(OFDMDataSymPerFr...
Modulation and coding
-
UWB_settings(OFDMDataSymPerFr...
Modulation and coding
-
fpscaling(wordLength, LE, ret...
-
fpscaling(wordLength, LE, ret...
-
plothist(x, ax, firstcall, a,...
-
plothist(x, ax, firstcall, a,...
-
show_data_type_overrides(sys)
Known limitation: if model is saved with overrides on,
-
show_data_type_overrides(sys)
Known limitation: if model is saved with overrides on,
-
udg(t, x, u, varargin)
UDG User-defined graphics.
-
udg(t, x, u, varargin)
UDG User-defined graphics.
-
uwb_imr(chan, ch_idx, plot_im...
The first step is to read in the data from the .mat files supplied by the
-
uwb_imr(chan, ch_idx, plot_im...
The first step is to read in the data from the .mat files supplied by the
-
uwb_init;
Generate channel impulse responses if required.
-
uwb_init;
Generate channel impulse responses if required.
-
uwb_sv_cnvrt_ct( h_ct, t, np,...
convert continuous-time channel model h_ct to N-times oversampled discrete-time samples
-
uwb_sv_cnvrt_ct( h_ct, t, np,...
convert continuous-time channel model h_ct to N-times oversampled discrete-time samples
-
uwb_sv_model_ct(Lam, lambda, ...
IEEE 802.15.3a UWB channel model for PHY proposal evaluation
-
uwb_sv_model_ct(Lam, lambda, ...
IEEE 802.15.3a UWB channel model for PHY proposal evaluation
-
uwb_sv_params( cm_num )
Return S-V model parameters for standard UWB channel models
-
uwb_sv_params( cm_num )
Return S-V model parameters for standard UWB channel models
-
uwb_sv_eval_ct.m
-
uwb_sv_eval_ct.m
-
uwb
-
uwb
-
uwb_lib
-
uwb_lib
-
View all files
from
UWB Fixed-Point Model (Multiband OFDM)
by Martin Clark and Mike Mulligan
Ultrawideband (UWB) multiband OFDM physical layer with fixed-point transmitter/receiver modeling.
|
| uwb_init;
|
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'file')
disp(sprintf('\n'));
disp('*** Generating UWB channel impulse responses ***');
for cm_num = 1:4
disp(sprintf('\n'));
disp(['*** Channel model ' num2str(cm_num) ' ***']);
uwb_sv_eval_ct;
end
disp(sprintf('\n'));
disp('*** Completed generating UWB impulse responses ***');
disp(['*** MAT files created in ' uwbFolder ' ***']);
end
cd(currentFolder);
% Initialize uwb workspace structure.
assignin('base', 'uwb', uwb_settings(30,16));
% Initialize design tutorial.
% uwb_step(0);
|
|
Contact us at files@mathworks.com