LTIVIEW – LTI Viewer GUI
LTIVIEW opens an empty LTI Viewer. The LTI Viewer is an interactive graphical user interface (GUI) for analyzing the time and frequency responses of linear systems and comparing...
Blog with wordpress
LTIVIEW opens an empty LTI Viewer. The LTI Viewer is an interactive graphical user interface (GUI) for analyzing the time and frequency responses of linear systems and comparing...
< 6bit Shift Register > < Q0와 Q1을 ‘1’로 Preset 한 후 Shift Right 확인 > < Count Up/Down Counter > < UD 값이 ‘1’이면 Count-Up, ‘0’이면 Count-Down...
* Transfer Function, wn=2, jeta=1/21. Additonal Zeros[code matlab]clear, cla % initializewn=2; je=1/2;a=[0.5, 1, 5, 10, 100]; ...
[code matlab]% xN(t)=sum(ak*exp(j*2*pi*k*t)), k=-N:Nclear claN=[1,5,10,20]; % test value listt=[-1:0.001:1]; % time rangexn=zeros(size(N,2),size(t,2)); % initialize valuefor i=1:size(t,2)...
< R-S Latch 회로 >< R-S Latch 출력 파형 >위 출력에서 주의깊게 봐야할 부분은 처음 부분으로,R과 S가 모두 ‘0’이면 Q와 QN 모두 ‘1’이 된다는 사실이다.그리고, ’00’에서 ’11’로 바뀌게...
< Gate로 구현된 4×1 Multiplexer > < 74HC153 : Dual 4-input Multiplexer > < 출력 파형 > < Gate로 구현된 1×4 DeMultiplexer > < 출력 파형 > <...
National Instruments Educational Laboratory VirtualInstrumentation Suite< ELVIS Ⅱ 제품 사진 >< 기본 사용 가능한 Block들 >< Oscilloscope >< Bode Analyzer >< Impedance Analyzer >< Function Generator >p.s. NI사의...