代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/490544/6447333
m kalman_filter.m
function [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, varargin)
% Kalman filter.
% [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, ...)
%
% INPUTS:
% y(:,t) -
www.eeworm.com/read/490482/6456915
c ds1302.c
#include
#include "LCD1602.h"
#include "DS1302.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/490057/6457827
c ds1302.c
#include
#include "LCD1602.h"
#include "DS1302.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/489614/6466760
m lms.m
clear,close all;
%function LMS_adaptive_filter;%定义功能函数
samples_per_period=40;%周期采样频率
N=10*samples_per_period-1;%总采样次数
signal=sin(2*pi*0.02*[0:N-1]);%初始输入信号
figure;%作图1的第一子图
subplot(2,1,1);
plot
www.eeworm.com/read/488939/6480033
lst rs232.lst
C51 COMPILER V8.02 RS232 10/24/2007 23:16:51 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE RS232
OBJECT MODULE PLACED IN R
www.eeworm.com/read/488267/6491104
m kalman_filter.m
function [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, varargin)
% Kalman filter.
% [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, ...)
%
% INPUTS:
% y(:,t) -
www.eeworm.com/read/482435/6624756
c ds1302.c
#include
#include "LCD1602.h"
#include "DS1302.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/482049/6625734
m graphtest.m
global N M %%N是未知节点数目,M是已知节点数目
N=10;M=4;
radius=5; %%设通信半径为5m
actualunknownnodecoor=8*rand(N,2)+ones(N,2); %%未知节点实际坐标分布在8*8的区域内
%%actualunknownnodecoor=10*rand(N,2);
%%refnodecoor=10*r
www.eeworm.com/read/482049/6625739
asv graphtest.asv
global N M %%N是未知节点数目,M是已知节点数目
N=10;M=4;
radius=5; %%设通信半径为5m
actualunknownnodecoor=8*rand(N,2)+ones(N,2); %%未知节点实际坐标分布在8*8的区域内
%%actualunknownnodecoor=10*rand(N,2);
%%refnodecoor=10*r
www.eeworm.com/read/482049/6625762
m graphimproved.m
global N M %%N:未知节点数目,M:信标节点数目
N=10;M=4;
radius=5;
%%actualunknownnodecoor=10*rand(N,2);
actualunknownnodecoor=8*rand(N,2)+ones(N,2);
%%refnodecoor=10*rand(M,2);
refnodecoor=[0 0;10 0;10 10;0