代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/165079/10077440
m sampletest.m
% This is a test program that tests the EZW
% matrix X is an example matrix same as Shapiro's paper given
X=[63 -34 49 10 7 13 -12 7;
-31 23 14 -13 3 4 6 -1;
15 14 3 -12 5 -7 3 9;
www.eeworm.com/read/360770/10078788
m funf934.m
function y = funf934 (x)
%-----------------------------------------------------------------------
% Description: Initial value for Example 9.3.4
%--------------------------------------------------
www.eeworm.com/read/360770/10078920
m funf953.m
function y = funf953 (x)
%-----------------------------------------------------------------------
% Description: Initial value for Example 9.5.3
%--------------------------------------------------
www.eeworm.com/read/360770/10079040
m fung953.m
function y = fung953 (x)
%-----------------------------------------------------------------------
% Description: Initial deritivative for Example 9.5.3
%-------------------------------------------
www.eeworm.com/read/360770/10079174
m wave1.m
function [t,x,U] = wave1 (T,a,m,n,beta,f,g)
%----------------------------------------------------------------------
% Usage: [t,x,U] = wave1 (T,a,m,n,beta,f,g);
%
% Description: Use the expl
www.eeworm.com/read/360715/10080830
m gmmtrain.m
function [M, V, W, logProb] = gmmTrain(data, gaussianNum, dispOpt)
% gmmTrain: Parameter training for gaussian mixture model (GMM)
% Usage: function [M, V, W, logProb] = gmm(data, gaussianNum, dispO
www.eeworm.com/read/164448/10107935
credits
This is partial credits list, let me (tuukkat@ee.oulu.fi) know
if you have contributed some patches/code for qce-ga/qc-usb
but your name is missing.
Andrey Sapozhnikov : HDCS1020 se
www.eeworm.com/read/359647/10131843
v fsm_example_tb.v
//===== Finite State Machine Example =====
//----- Testbench -----
// Timescale: one time unit = 1ns (e.g., delay specification of #42 means 42ns of time), and
// simulator resolution is 0.1 ns
www.eeworm.com/read/164039/10134505
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/163678/10150804
changes
This is release $Version: 1.1 $ of the archive.
$Log: CHANGES,v $
Revision 1.1 2004/05/05 15:22:28 dcblack
Initial version