代码搜索:continuous-time

找到约 199 项符合「continuous-time」的源代码

代码结果 199
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 %
www.eeworm.com/read/460712/7105727

m lpshape.m

function lpshape(wl,bdb,uL0,vL0,delay,numC0,denC0,phase) % LPSHAPE Controller design environment for continuous-time linear systems. % LPSHAPE produces a continuous-time Nichols plot using d
www.eeworm.com/read/152244/7139367

m cp5_5.m

%%%%%%%%%%% Comprehensive Problem 5.5 %%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/439271/7713257

m lpshape.m

function lpshape(wl,bdb,uL0,vL0,delay,numC0,denC0,phase) % LPSHAPE Controller design environment for continuous-time linear systems. % LPSHAPE produces a continuous-time Nichols plot using d
www.eeworm.com/read/362213/10012422

m fig1_13.m

% Figure 1.13 % gives example of a continuous-time signal t=0:0.1:30; x = exp(-.1*t).*sin(2/3*t); plot(t,x) grid axis([0 30 -1 1]); ylabel('x(t)') xlabel('Time (sec)') title('Figure 1.13')