代码搜索:UWB定位算法
找到约 10,000 项符合「UWB定位算法」的源代码
代码结果 10,000
www.eeworm.com/read/309299/13674881
plg uwb.plg
Build Log
--------------------Configuration: uwb - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\YUSHUY~1\
www.eeworm.com/read/152319/6326464
mdl uwb.mdl
Model {
Name "uwb"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
ShowStorageClass o
www.eeworm.com/read/264519/11311076
mdl uwb.mdl
Model {
Name "uwb"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.960"
NumMo
www.eeworm.com/read/347947/11623142
mdl uwb.mdl
Model {
Name "uwb"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions on
ShowPortDataTypes
www.eeworm.com/read/347947/11623205
mdl uwb.mdl
Model {
Name "uwb"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.960"
NumMo
www.eeworm.com/read/259407/11795353
mdl uwb.mdl
Model {
Name "uwb"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.960"
NumMo
www.eeworm.com/read/152148/12135817
zip uwb.zip
www.eeworm.com/read/123212/14642315
mdl uwb.mdl
Model {
Name "uwb"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions on
ShowPortDataTypes
www.eeworm.com/read/473801/6840569
m uwb.m
t=0.001e-8:1/512e8:2e-8;
d=0:0.4e-8:2e-8;
y=pulstran(t,d,'rectpuls',0.2e-8);
%subplot(4,1,1)
%plot(t,y);
j=sqrt(-1);
w0=8e9;
w1=4e9;
%y1=exp(-j*w0*t);
%subplot(4,1,2)
%plot(t,y1);
Y=pulstra
www.eeworm.com/read/478564/6710003
txt 卡曼滤波论文.txt
无论对线性系统还是非线性系统,滤波器所用到的系统都是精确已知的,噪声的协方差和均值也已知,滤波器的作用就是在观测噪声和过程噪声的作用下,利用输出值,估计出系统状态的真值(期望值),但是在滤波中用到了被观测系统的精确信息(f,h),既然这样,那么只要测出要观测系统的初值,带入已知的系统仿真(不加噪声),即可以得到系统状态的真值,为什么还要滤波?这个想法很幼稚,是不是可以这样解释,系统受到的噪声影响会 ...