Dirac delta Function Approximation
DIRAC(X) is zero for all X, except X == 0 where it is infinite. DIRAC(X) is not a function in the strict sense, but rather a distribution...
Blog with wordpress
DIRAC(X) is zero for all X, except X == 0 where it is infinite. DIRAC(X) is not a function in the strict sense, but rather a distribution...
< 4 Bit Serial Adder >< A = ‘0010’, B=’0011′ 일 때 Serial Adder로 계산한 결과 ‘00000101’>
< Half Adder 회로도 >< Half Adder 출력 파형 >< Full adder 회로도 >< Full adder 출력 파형 >< Half subtracters 회로도 >< Half subtracters 출력 파형 ><...
< 74HC14 출력을 Analog로 Simulation하기 위한 회로 > < 출력 파형 – XY 모드 > < 출력 파형 – Time 모드 >IC의 출력에 Probe를 연결하게 되면 출력이 Digital로...
정의: 특성: 기본함수:(matlab 내장) [code matlab] function y=diric(x,N) error(nargchk(2,2,nargin,’struct’)); if round(N) ~= N || N < 1 || numel(N) ~= 1, error(generatemsgid(‘MustBePosInteger’),’Requires N...
1. AND Gate – 74HC08 2. OR Gate – 74HC323. XOR Gate – 74136(with Open Collector output)<참고> X와 Y입력은 Stim1소자를 이용하고 두 입력의 모든 경우를살펴보기 위해 시간 설정을...
정의:특성: (표준화한 sinc 함수에서) x가 0을 제외한 정수값일 때 0을 지남. x가 0일 때는 1값을 가짐. x가 0일 때는 l’Hospital’s 정리를 이용하여 값을 구할 수...