代码搜索:continuous

找到约 2,697 项符合「continuous」的源代码

代码结果 2,697
www.eeworm.com/read/427287/1972419

m ch4_1j.m

% Select a demo number: 11 % This demo illstrates how models simulated in simulink can be % identified using the SITB. It also describes how to deal with % continuous time systems and dela
www.eeworm.com/read/361774/2943676

dmx createmodelcustomclustercount.dmx

--Another example of nested tably syntax --Using the Sequence Clustering algorithm CREATE MINING MODEL PurchaseSequence( [Customer Key] LONG KEY ,[Profit] LONG CONTINUOUS ,[Income Group] TE
www.eeworm.com/read/411648/11235164

m ex13-1_motorkalman.m

function MotorKalman % Continuous time extended Kalman filter simulation for two-phase step motor. % Estimate the stator currents, and the rotor position and velocity, on the % basis of noisy mea
www.eeworm.com/read/201202/15413527

sci plotridges.sci

function PlotRidges(ridgelist,wt,skellist,skelptr,skellen) // PlotRidges -- Log-Log Plot of Ridges in Continuous Wavelet Transform // Usage // PlotRidges(ridgelist,wt,skellist,skelptr,skellen)
www.eeworm.com/read/201202/15413617

sci cwtscale.sci

function scale = CWTscale(sig,cwt) // CWTscale -- Complement to Continuous Wavelet Transform // Usage // scale = CWTscale(sig,cwt); // Inputs // sig 1-d signal // cwt contin
www.eeworm.com/read/106690/15626637

m eegrej.m

% eegrej() - reject/excise arbitrary periods from continuous EEG data % (e.g., EEG.data). % % Usage: % >> [outdata newt newevents boundevents] = ... % eegrej( indata, regions,
www.eeworm.com/read/106690/15626695

m epoch.m

% epoch() - Extract epochs time locked to specified events from continuous EEG data. % % Usage: % >> epocheddata = epoch( data, events, timelim); % >> [epocheddata, newtime, indices, rerefevent, r
www.eeworm.com/read/122344/14700467

txt tmp.txt

/* #define IDC_CONTINUOUS_GRAB_BUTTON 1106 #define IDC_POS_BALL_RADIO 1107 #define IDC_POS_HOME1_RADIO 1108 #define IDC_POS_HOME2_RADIO 1109 #define IDC_
www.eeworm.com/read/362013/10023694

m minimize.m

function [X, fX, i] = minimize(X, f, param, varargin); % Minimize a continuous differentialble multivariate function. Starting point % is given by "X" (D by 1), and the function named in the string "
www.eeworm.com/read/361768/10036670

m cont_bootstrap.m

function [bsdata, indexes]=cont_bootstrap(data,w,B); % PURPOSE: % Implements Politis' continuous bootstrap for bootstrapping unit root series % % USAGE: % [bsdata, indexes]=cont_bootstrap(