代码搜索:UWB定位算法

找到约 10,000 项符合「UWB定位算法」的源代码

代码结果 10,000
www.eeworm.com/read/264519/11311077

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/264519/11311080

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/264519/11311082

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/264519/11311087

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/405089/11471847

m uwb_analysis .m

% Title: UWB Link Analysis % Author: J C % Summary: Plots time and frequency domains of UWB PPM monocycles and doublets. % MATLAB Release: R13 % Description: This m file plots the tim
www.eeworm.com/read/401011/11565882

m uwb_system.m

%JC 3/7/08 %UWB Transmitter/Receiver using BPSK Continuous Wave %Run from editor debug(F5). %m-file uses random data which BPSK modulates a %carrier to construct a BPSK UWB transmitter. The recei
www.eeworm.com/read/347947/11623148

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/347947/11623154

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/347947/11623163

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/347947/11623178

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