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...
Huffman Code는?디지털 전송에서 평균 부호의 길이를 가장 짧게 할 수 있는 가변 길이 부호(variable length code)의 하나.신호의 발생 빈도를 고려해서 Code를 배정하는 방법으로, 빈도수가 높으면 Code의 길이를 짧게,빈도수가...
< 최종 완성 사진 1 > < 최종 완성 사진 2 > * 사용한 주요 부품: MC-E02SM3(AVR ATMega 128), L298N(PWM 제어)GP2Y0D21YK(거리 측정센서)
< 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’로 바뀌게...