Try   HackMD

Special Functions

Unit Step Function:

u(ta)={1,t>a0,t<a

The constant

a shifts the unit function to the right. Somtimes
u(t)
is also refered to as the function
ϵ(t)
.

Special property:

u(ta)x(t)dt=ax(t)dt

Square Pulse Function:

u(t)u(ta)

The constant

a determines the duration of the pulse.

Cardinal Sine Function:

sinc(t)=sin(πt)πt

Rectangular Function:

rect(t/a)={1,|t/a|<1/20,|t/a|>1/2

Triangular Function:

λ(t)={0,|t|>11t,|t|<1

Ramp Function:

rb(t)={0,t<0t/b,0<t<11,t>b

Dirac Delta Function:

The Dirac delta function can be represented heuristically:

δ(x)={0,x0,x=0 such that the integral is always:
δ(x)dx=1

LODE n-th Order

Linear Ordinary Differential Equation n-th Order:

i=0nfi(x)y(i)=g(x)

Where

maxi is the order of the differential equation. The LODE is called homogeneous if and only if
g(x)=0
. For the case
g(x)0
, the LODE is called inhomogeneous. The function
g(x)
is called disturbance function or forcing function.

The general solution of a LODE is

y=yh+yp.

Filters

1. Order Lowpass:
dUOutdt+1τUOut=1τUIn

1. Order Highpass:
dUOutdt+1τUOut=dUIndt

Time constant

τ depends on the circuitry values:

  • RC & CR Circuit:
    τ=RC
  • RL & LR Circuit:
    τ=LR

2. Order Lowpass:
d2UOutdt2+ω2UOut=ω2UIn

2. Order Highpass:
d2UOutdt2+ω2UOut=d2UIndt2

Resonance Frequency

ω depends on the circuitry values:

  • LC & CL Circuit:
    ω2=1LC

Terms & Notations

Only true for LTI Systems:

Function Notation
Input signal
x(t)
Output signal
y(t)
Impulse response
h(t)
Frequency response
H(jω)
Transfer function
H(s)

Impulse response:

The impulse response of a system is the system response (output signal) evaluated using the dirac delta function as input:

h(t)=y(t)|x(t)=δ(t)

Knowing that

h(t)=T{δ(t)} leads to the general system response:
y(t)=x(t)h(t)