1/27
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
transducer (sensor): converts a biological signal into an electrical signal
analog processing: conditions the electrical signal (offset, amplify, filter) to prep it for A/D conversion
A/D conversion: converts analog → digital (sampled + quantised) for digital signal processing
what are the components of a measurement system (sensing chain)
Digital signal → D/A conversion → Analog signal → Analog processing
→ Electrical signal → Transducer (actuator) → Biological signal
D/A conversion: digital → analog
analog processing: conditions the analog signal for actuation
transducer (actuation): converts electrical signal back into a biological signal/effect
what are the components of an actuation system (reverse chain)
understand the physiology (physics) of the system
know the variables to be measured
know the function and limitations of the components used
what are they keys to a successful bioinstrument design
a property governing how particles are affected by EM fields
conserved — net charge in an isolated system is constant
quantised — integer multiples of elementary charge e = 1.602176634×10^-19 C
proton: +e, electron: -e
what is charge
energy required to move a positive charge between two points (potential difference)
moving + charge from low potential to high potential → high potential consumes energy; high → low releases energy
1 joule moves 1 columb through 1 volt
what is voltage
rate of flow of charge past a point
1 ampere = 1 coulomb/second
by convention, current flows from high → low potential (opposite to actual electron flow, since electrons are negative)
voltage exists between two points; current flows through a device
voltage sources: batteries (electrochemical), generators (electromechanical), solar cells (photovoltaic)
what is current
DC (direct current): constant with time
AC (alternating current): varies with time (typically sinusoidal)
DC vs AC
RMS current/voltage = the equivalent DC value producing the same average power dissipation in a resistive load:
Paverage=Irms2R=Vrms2/R
General definition:
yrms=sqrt(1/T2−T1∫T1T2 y(t)2 dt
For sampled data:
yrms=sqrt(1/n ∑n=1n yi2)
For a zero-mean sine wave y(t)=asin(ωt):
yrms=a/sqrt(2)=ypp/2sqrt(2)
ypp - peak to peak amplitude, distance from top of waveform to bottom (ypp = 2a)
RMS (root mean square)
Signal | Equation | RMS |
|---|---|---|
DC | y = a | |a| |
Sine | y = a sin(2πft) | a/√2 |
DC-shifted sine | y = a sin(2πft) + b | √(a²/2 + b²) |
Square | ±a | a |
Triangle | — | a/√3 |
Sawtooth | — | a/√3 |
RMS of common waveforms
component: device with terminals affecting electrons/fields
circuit: components connected by conductive wires (traces)
circuit diagram: standard symbols (IEC 60617, IEEE 315-1975)
traces = ideal wires: no voltage drop; all points on the same trace share the same voltage
diagram conventions: trace connection (3-terminal), trace junction (4-terminal), trace crossing (unconnected)
Circuit basics
fixed voltage regardless of current drawn
current supplied is determined by the external circuit
symbols: general (time-varying), DC, AC (sinusoidal)
ideal voltage source
fixed current regardless of voltage across it
common misconception: it does NOT have zero voltage across it — voltage depends on the connected circuit
ideal current source
Factor | Name | Symbol | Factor | Name | Symbol | |
|---|---|---|---|---|---|---|
10²⁴ | yotta | Y | 10⁻²⁴ | yocto | y | |
10²¹ | zetta | Z | 10⁻²¹ | zepto | z | |
10¹⁸ | exa | E | 10⁻¹⁸ | atto | a | |
10¹⁵ | peta | P | 10⁻¹⁵ | femto | f | |
10¹² | tera | T | 10⁻¹² | pico | p | |
10⁹ | giga | G | 10⁻⁹ | nano | n | |
10⁶ | mega | M | 10⁻⁶ | micro | µ | |
10³ | kilo | k | 10⁻³ | milli | m |
SI prefixes
V = IR → I = V/R → R = V/I (V in volts, I in amps, R in Ohms)
energy delivered to a resistor is dissipated immediately as heat — no energy stored
made from conducting material (carbon, thin metal/carbon film, poorly conducting metal)
have power ratings limiting max V and I
Ohm’s Law
E3, E6, E12 series — logarithmically distributed standard resistor values
more digits in the series name = more values available per decade (E12 has 12 values per decade)
E-series (standard values)
4-band: 1st digit, 2nd digit, multiplier, tolerance
5-band: 1st, 2nd, 3rd digit, multiplier, tolerance
6-band: adds temperature coefficient (ppm/°C)
Example: 56 × multiplier gives value (e.g. 56 × 1kΩ = 56kΩ)
resistor colour code
P=IV
P=I2R
P=RV2
(Units: P in Watts = J/s; I in Amps = C/s; V in Volts = J/C)
Power
Series:
R=R1+R2 (always larger)
Parallel (2 resistors):
R=R1R2/R1+R2=1/(1/R1+1/R2) (always smaller)
Parallel (N resistors):
R=1/∑n=1N 1/Rn
Voltage is the same across parallel resistors
Current through resistor m: Im=I⋅(1/Rm)/(∑n=1N 1/Rn)
Resistors in series and parallel
I = Vin/R1 + R2
Vout = IR2 = (R2/R1+R2)xVin
application: resistance strain gauge
resistance changes when the guage is stretched
bonded to a material → resistance change gives a measure of material strain
voltage divider
Kirchoff’s Current Law (KCL)
sum of currents into a node = sum of currents out (conservation of charge)
n=1∑N In = 0
e.g. I1 + I2 - I3 - I4 = 0
Kirchoff’s Voltage Law (KVL)
sum of voltages around any closed loop = 0
consequence: components in parallel have the same voltage drop
Kirchoff’s Circuit Laws
choose the minimum number of closed loops so every component appears in at least one loop
write a KVL equation for each loop (careful with current direction)
arrange into matrix form [R][I] = [V] and solve for the currents [I]
once currents are known, use Ohm’s law to find voltage drops across each resistor and hence node voltages
outline the method for solving circuits (mesh analysis)
two terminal device storing energy in an electric field
Q = CV
(Q in coulombs, V in volts, C in farads)
differentiating (C constant):
I = C dV/dt
1 A into 1 F capacitor → voltage rises at 1 V/s
physical structure
two conductive plates separated by a dielectric (insulator)
blocks DC current flow → acts as an open circuit at DC
capacitors in series/parallel
parallel: C = C1 + C2 + … + Cn
series: C = 1/(1/C1 + 1/C2 + … 1/Cn)
RC circuit (discharging)
charged capacitor across a resistor: from KCL,
C dV/dt = I = -V/R
solution: exponential decay
V = Vie-t/RC
time constant τ = RC — time for voltage to fall to e-1 = 0.368 of initial value
Capacitors
two-terminal device storing energy in a magnetic field when current flows; releases energy when current is interrupted
typically an insulated wire coiled around a core
V = L dI/dt
L in henries — 1 V across 1 H → current rises at 1 A/s
Inductors in series/parallel:
parallel: L = 1/(1/L1 + 1/L2 + … + 1/Ln)
series: L = L1 + L2 + … + Ln
Transformers:
two closely coupled coils (primary/secondary)
AC voltage on primary → voltage on secondary scaled by turns ratio; current scaled inversely (power conserved)
uses: changing AC line voltage; electrically isolating circuits
Inductors
periodic signal: x(t) = x(t + nT), T = period
sinusoid: x(t) = asin(ωt + ϕ)
a = amplitude, ω = angular frequency (rad/s) = 2πf = 2π/T, φ = phase (rad)
representative periodic waveforms: sine, square, triangle, sawtooth
Time-varying signals
Why complex numbers:
linear circuit driven by a sine wave → output is a sine wave, same frequency, different amplitude/phase
Ohm’s law generalises: resistance → impedance (complex: real resistive part + imaginary reactive part)
convention note: engineers use j = sqrt(-1) (since i means current), but physicists/mathematicians use i
Complex Number Forms:
cartesian: z = x + iy, where x = ℜ(z), y=ℑ(z)
polar: z = reiθ = r(cosθ + isinθ)
∣z∣=r= sqrt(x²+y²) ∠z=θ=tan−1(y/x)
Representing Voltages/Currents as complex numbers:
V0cos(ωt + ϕ) is represented by complex number V0eiϕ
actual signal recovered via: ℜ(eiωt⋅V0eiϕ)=V0cos(ωt+ϕ)
Impedance of Basic Components:
ZR=R ZC=1/iωC= -i/ωC ZL=iωL
Generalised Ohm's law: I=V/ZI=V/Z or V=IZV=IZ
Series/parallel impedance combination rules are the same as for resistance
Impedence on the Complex Plane:
resistor impedance lies on the real axis
inductor impedence lies on the positive imaginary axis (+iωL)
capacitor impedence lies on the negative imaginary axis (-i/ωC)
Why bother with complex representation? Differential equations in the time domain become algebraic equations on the complex plane
Time can be visualised as a third axis: eiωteiωt traces a helix combining sin(ωt)sin(ωt) and cos(ωt)cos(ωt)
Impedance and Complex Numbers
Component | Voltage vs Current |
|---|---|
Resistor | Voltage in phase with current |
Capacitor | Voltage lags current by 90° |
Inductor | Voltage leads current by 90° |
Phase relationships
replace resistors with impedances:
I = Vin/Ztotal, Ztotal = Z1 + Z2, Vout = Z2I = Vin x Z2/Z1+Z2
combining R with C (or L) → frequency-dependent voltage divider (a filter), because Zc and ZL depend on ω
Series Combinations
Resistor + Inductor:
Z=R+iωL, ∣Z∣=sqrt(R2+ω2L2), θ=tan−1(ωL/R)
Resistor + Capacitor:
Z = R - i/ωC, |Z| = sqrt (R² + 1/ω²C²), θ = tan^-1(-1/RωC)
Generalised Voltage Divider (Frequency-Dependent)
High-Pass Filter (Capacitor in series, output across resistor)
Circuit: Vin → C → R → ground; Vout taken across R
Vout = Vin(R + i/ωC)R/(R² + 1/ω²C²)
Magnitude:
∣Vout∣= 2πfRC/sqrt(1+(2πfRC)2)∣Vin∣
Phase:
∠Vout=tan−1(1/ωRC)
Behaviour: passes high frequencies (ω » 1/RC), blocks low frequencies (ω « 1/RC)
Cutoff frequency: ωc = 1/RC (i.e. τ = RC is the time constant, ωc its reciprocal)
At cutoff, output amplitude = 1/sqrt(2) of input (power = ½ of input) → this is the -3dB point
20log10(1/sqrt(2)) = 10log10(1/2) ≈ -3dB
At DC (ω = 0): capacitor blocks all current → Vout = 0
Low-Pass Filter (Resistor and Capacitor swapped)
Circuit: Vin → R → C → ground; Vout taken across C
Vout = (1/sqrt(1 + ω²R²C²)) x Vin
Same cutoff: ωc = 1/RC, fc = 1/2πRC
At DC (ω = 0): capcaitor blocks current → no drop across R → Vout = Vin (opposite behaviour to high-pass)
Bode Plots (Both Filters)
x-axis: frequency (log scale)
Magnitude in dB, Phase in degrees
High-pass: magnitude rises with frequency at +20 dB/decade below cutoff, flattens above; phase goes from 90° → 0° (45° at cutoff)
Low-pass: magnitude falls with frequency at −20 dB/decade above cutoff, flat below; phase goes from 0° → −90° (−45° at cutoff)
Both show the characteristic −3 dB point exactly at the cutoff frequency
Inductors vs Capacitors in Filters
Inductors could replace capacitors in RL filters
Rarely used in practice: bulky, expensive, poorer electrical characteristics than capacitors
Practical inductor use: ferrite beads/chokes to raise impedance at very high frequencies (suppress oscillations) — this damps unwanted high-frequency noise/ringing (e.g. EMI, circuit instability) that could otherwise corrupt sensitive signals or cause a device to fail EMC compliance testing
Filters