代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/471742/6888637
m pend2.m
%pend2.m
%program to plot the solutions of the harmonic oscillator using the simple, the
%nonlinear approximation, and the full sin(theta) term solution
clear;
cf=2*pi/360; %conversion factor from
www.eeworm.com/read/471742/6888642
m pend0.m
%pend0.m
%This program shows the relationship between A1 and the initial angle, for the
%non-linear approximation of the pendulum's sin(theta) term
clear;
w0=1;
a3=w0^2/6;
imax=10;
tol=1.e-5;
www.eeworm.com/read/471204/6899315
h s3c2440a_dma.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/295456/8161024
m kalman_update.m
function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin)
% KALMAN_UPDATE Do a one step update of the Kalman filter
% [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/295431/8164367
m q809.m
%《MATLAB及在电子信息课程中的应用》第八章例8.9程序q809
% 连续和离散系统的多种输出响应曲线
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版
%
clear,clf
[a,b,c,d]=rmodel(4);
s1=ss(a,b,c,d);Ts=0.2;
sd1=c2d(s1,Ts,'t')
t=0:Ts:25;
u=
www.eeworm.com/read/195048/8175797
m kalman_update.m
function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin)
% KALMAN_UPDATE Do a one step update of the Kalman filter
% [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/294893/8195543
m short.m
% Reverse Traffic Channel
%Short Code Generator
%Sequence I,Length7-2^l5
%Short Code Initial State
init=[100000000000000];
Shortl=[0];
% Short Code Lenth:25600
for i=1:25599
t=init(15);
www.eeworm.com/read/294889/8195604
m short.m
% Reverse Traffic Channel
%Short Code Generator
%Sequence I,Length7-2^l5
%Short Code Initial State
init=[100000000000000];
Shortl=[0];
% Short Code Lenth:25600
for i=1:25599
t=init(15);
www.eeworm.com/read/294801/8205433
s tct.s
;/*************************************************************************/
;/* */
;/* Copyright (c) 1993-1999 Accelerat
www.eeworm.com/read/193669/8207831
cpp gwcalcvar.cpp
/*
gwCalc.cpp by Dr. Gerhard Wanderer (gerhard.wanderer@i-dail.de)
$Id: gwCalcVar.cpp,v 1.1 2002/12/15 20:32:52 gerhard Exp gerhard $
Pocket Calculator for the Zaurus and for Linux wi