Complex Exponential Fourier Series
·
.../Signals and Systems
Exponential Fourier SeriesTrigonemetric Fourier Series의 일반형에서 같은 주파수 $k\Omega_0$를 공유하는 sin과 cos 항을Complex Exponential Term으로 다음과 같이 변경가능함.이는 sin 항과 cos 항의 coefficient를 따로 구하던 방식과 달리,모든 항이 complex exponential term의 동일한 형태를 가지게 됨.주파수의 관점에선 harmonic의 주파수가 fundamental frequency의 양수배($k>0$)로 구성되던 Trigonemetric Fourier Series에서Complex Exponential Fourier Series로 바꾸면서 positive term과 negative term을 가지도록..
Trigonometric Fourier series
·
.../Signals and Systems
삼각함수로 Fourier Series를 나타내면 다음의 장단점을 가짐:모든 Fourier Series Coefficient가 실수임.3종류를 구해야함: $a_0, a_k, b_k$ (이 단점으로 인해 주로 complex exponential로 표현한다)Trigonometric Fourier seriesTrigonometric function의 weighted sum (=linear combination)으로 periodic function을 나타낼 수 있음.$$\tilde{x}(t)=a_0 + \displaystyle \sum^\infty_{k=1} \left[ a_k \cos k\Omega_0 t + b_k \sin k\Omega_0 t \right]$$$\Omega_0$ 는 fundamental fr..
sampling error vs. sampling bias
·
.../Math
Sampling Error (표본 오차, Sampling Noise)정의: population 에서 sampling을 수행할 때 random(우연)에 의해 발생하는 무작위적 변동(random variability). sampling에서 randomness를 피할수 없고 해당 sample에서 얻어진 sample statistics가 population statistics와 달라지는 error가 발생할 수 있으며 이는 sampling error(=random variability)에 기인함. 다른 이름:sampling variabilitysampling noise (error는 잘못이라는 의미가 있는데 sampling error는 실수나 잘못으로 발생하지 않기 때문에 noise를 선호하는 이들도 많음)특징:..
Thermionic emission (열전자 방출)
·
.../Physics
Thermionic Emission금속(예: Tungsten Filament)을 높은 온도로 가열할 경우,금속 내의 free electron들이온도 상승과 더불어 활발한 열 운동을 하다가,더 높은 특정한 고온에 도달할 경우, 금속 표면으로 방출(emit)되는 현상.이때 방출된 전자를 thermo-electron(열전자)이라 함.Richardson-Dushman EquationThermo-electron의 quantity ($J$, 전류밀도)는 다음과 같음:$$J = R T^2 e^{\frac{-b}{kT}}$$위의 식은 이는 Richardson–Dushman equation (리처드슨-더시만 방정식)임.$T$ : filament의 온도, unit: K$b$ : 일함수, 전자 하나를 방출하는데 필요한 에너..
Unit Pulse Signal (Box Signal, Rect Signal)
·
.../Signals and Systems
unit pulse라는 용어는 Kronecker delta를 가리키기도 함.Box signal, Rectangular signal, Rect pulse 이라고 불리기도 한다.수식$$x[n] = \begin{cases} 1 &,n_1 \le n \le n2 \\ 0 &, \text{otherwise} \end{cases}$$용도Unit Step이 시작을 지정하는 것을 확장하여 Unit Pulse는 시작과 끝을 지정할 수 있음.Unit Step과의 관계.$$\text{rect}[n] = u[n]-u[n-N]$$같이 보면 좋은 자료들2023.07.05 - [.../Signals and Systems] - [SS] Pulse Signal : Rect function [SS] Pulse Signal : Rect ..
Discrete Unit Step Function
·
.../Signals and Systems
수식$$ u[n] \begin{cases} 1 & \text{ if } n \ge 0 \\ 0 & \text{ if } n Continuous Signal의 Heviside Step Function 에 대응Discrete Signal은 결국 Sequence이므로, Unit Step Sequence라고도 불림.용도Discrete Signal 와 곱해져서 해당 신호의 시작점을 정의하는 용도임.Shifted Discrete Unit Step은 shifting을 통해 시작점을 정의함.이 Shifted Discrete Unit Step과 곱해지면, 시작점 전의 신호는 모두 0이 되고, 이후는 보존됨.Discrete Impulse Function과의 관계.Unit Step Function은 Unit Impulse ..