代码搜索:continuous

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

代码结果 2,697
www.eeworm.com/read/359349/10154020

m tran.m

%============================================================ % 程序名:tran.m % 设f(t)=(t/4+1)[u(t+2)-u(t-2)] % 本程序分别画出f(t+t0)、f(t-t0)、f(-t)的波形, % 同时还给出f(t)在时域中的压缩(a>1)和扩展(a
www.eeworm.com/read/359349/10154044

m contfft.m

function [X,w] = contfft(x,T); % CONTFFT [X,w] = contfft(x,T) % % Computes the Fourier transform of a continuous time signal % using the FFT. The input is the sampled continuous % time signa
www.eeworm.com/read/358309/10192855

html integration.html

www.eeworm.com/read/161485/10404155

c atrous.c

/* 2D Continuous Wavelet Packet Transform package (c) 2002-2005 Let It Wave, all rights reserved */ #include "cwpt2.h" /*--------------------------------------------------------------*/ /* Symmetr
www.eeworm.com/read/424063/10499913

m contents.m

% Control System Toolbox. % Version 3.0b 3-Mar-93 % Copyright (c) 1986-93 by The MathWorks, Inc. % % Model building. % append - Append system dynamics. % augstate - Augment states
www.eeworm.com/read/424063/10499979

m ord2.m

function [a,b,c,d] = ord2(wn, z) %ORD2 Generate continuous second order system. % [A,B,C,D] = ORD2(Wn, Z) returns the A,B,C,D representation of the % continuous second order system with natural f
www.eeworm.com/read/160392/10535759

hys l0005.hys

SYSTEM capacitorD { INTERFACE { INPUT { REAL i; } STATE { REAL u; } PARAMETER { REAL C = 1e-4; REAL T = 1e-6; } } /* end interface
www.eeworm.com/read/160392/10536007

hys l0004.hys

SYSTEM capacitorC { INTERFACE { STATE { REAL u; } PARAMETER { REAL C = 1e-4; } } /* end interface */ IMPLEMENTATION { AUX { R
www.eeworm.com/read/160392/10536076

hys l0007.hys

SYSTEM watertank { INTERFACE { STATE { REAL h; } INPUT { REAL Q; } PARAMETER { REAL hmax = 0.3; REAL k = 1; } } /* end interf
www.eeworm.com/read/159014/10701730

m intersample.m

%% Extension of Example 12.16 in 舠tr鰉 and Wittenmark (1997) % Compare the intersample variance between digital LQG controllers % designed with discrete-time or continuous-time cost functions. Note %