代码搜索:UWB定位算法
找到约 10,000 项符合「UWB定位算法」的源代码
代码结果 10,000
www.eeworm.com/read/286642/8752624
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/286642/8752639
m uwb_settings.m
function params = UWB_settings(OFDMDataSymPerFrame, OFDMWordLength);
% Modulation and coding
p.bitsPerBlock = 125;
p.trellisStructure = poly2trellis(7, [133 145 175]);
p.punctureVector = [1 0 1
www.eeworm.com/read/286641/8752674
mdl uwb_lib.mdl
Library {
Name "uwb_lib"
Version 5.1
SaveDefaultBlockParams on
LibraryLinkDisplay "none"
ShowLoopsOnError on
IgnoreBidirectionalLines off
CovSaveName "covdata"
C
www.eeworm.com/read/286641/8752679
m uwb_init.m
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', 'fil
www.eeworm.com/read/286641/8752682
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/286641/8752694
m uwb_settings.m
function params = UWB_settings(OFDMDataSymPerFrame, OFDMWordLength);
% Modulation and coding
p.bitsPerBlock = 125;
p.trellisStructure = poly2trellis(7, [133 145 175]);
p.punctureVector = [1 0 1
www.eeworm.com/read/378919/9213040
m uwb_analysis.m
%UWB-Run from editor debug(F5)-PPM(pulse position modulation)and link analysis of
%UWB monocycle and doublet waveforms.
%This m file plots the time and frequency waveforms for PPM 1st and 2nd deriva
www.eeworm.com/read/179336/9360208
m uwb_pulse.m
function y = uwb_pulse(x, tau_m)
% The received UWB pulse w_rec (t) as defined in
% Moe Z. Win and Robert A. Scholtz
% "Ultra-Wide Bandwidth Time-Hopping Spread-Spectrum
% Impulse Radio for
www.eeworm.com/read/177172/9466312
mdl uwb_lib.mdl
Library {
Name "uwb_lib"
Version 5.1
SaveDefaultBlockParams on
LibraryLinkDisplay "none"
ShowLoopsOnError on
IgnoreBidirectionalLines off
CovSaveName "covdata"
C
www.eeworm.com/read/177172/9466318
m uwb_init.m
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', 'fil