代码搜索:UWB定位算法
找到约 10,000 项符合「UWB定位算法」的源代码
代码结果 10,000
www.eeworm.com/read/150231/12303817
m dpsk_uwb.m
%Run from editor debug(F5)-DPSK UWB system analysis
%JC 12/10/05
%This m file simulates a differential phase shift keyed (DPSK) ultra wide bandwidth(UWB) system using
%a fifth derivative waveform e
www.eeworm.com/read/149850/12340699
c testenc_uwb.c
#include "speex.h"
#include
#include
#include "speex_callbacks.h"
#ifdef FIXED_DEBUG
extern long long spx_mips;
#endif
#define FRAME_SIZE 640
#include
int main(int argc
www.eeworm.com/read/250957/12373947
pdf uwb标准之争.pdf
www.eeworm.com/read/232446/14195144
m uwb_ch.m
%uwb_ch calculates the tap amplitudes and tap delays for a UWB channel
%according to the modified S-V model
%cm : Target Channel Characteristic
% m : Number of Clusters
% n : Number of rays within eac
www.eeworm.com/read/224579/14582933
c testenc_uwb.c
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include
#include
#ifdef FIXED_DEBUG
extern long long spx_mips;
#endi
www.eeworm.com/read/123212/14642316
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/123212/14642318
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/123212/14642320
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/123212/14642325
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/210615/15195267
m test_uwb.m
clc;
clear;
Ts=1e-7;
smp = 1024; % number of samples
Tmin =-4e-9; % lower time limit
Tmax = 4e-9; % upper time limit
alpha=0.25e-9;
alphastep=0.043e-9;
dt = (T