Signal Processing Flashcards
(50 cards)
Define Peak to Peak pressure
Maximum difference between the highest and lowest pressure levels in the signal
Lpp = 20log10 [ Ppp/P0]
In dB
Define RMS pressure
Root mean square value of pressure fluctuations in the signal
Define Peak Rarefactional pressure
The lowest pressure level reached during the rarefaction phase of a signal
Define Peak Compressional pressure
The highest pressure level reached during the compression phase of a signal
Define Sound Pressure Level (SPL)
Measurement of the intensity or loudness of sound.
It is basically the RMS in underwater acoustics
What is peak pressure?
p_peak = max|p(t) |
Maximum pressure level reached in a signal.
Lpeak = 20log10 [Ppeak/P0]
In dB
Aka Zero-to-peak sound pressure level
What is Sound exposure?
Cumulative sound energy over time.
E = integral between 0 and T ( p^2 (t)) dt
This is a metric of energy
Don’t divide by time
Signal will get bigger and bigger
What is Sound Exposure Level?
Sound Exposure Level (SEL) is a measure of the cumulative sound energy over a specified duration, commonly used to assess potential noise impact or risk.
Used in airborne acoustics as well
Useful for pulses as energy in signal is considered
Name the common acoustic field metrics
Peak pressure
Peak-Peak pressure
Sound Exposure Level (SEL)
Sound Pressure Level (RMS)
Example:
pk-pk: 189.5 dB re 1 μPa
pk: 183.5 dB re 1 μPa
SPL: 172.5 dB re 1 μPa
SEL: 164.1 dB re 1 μPa^2·s
How do you define when SEL has ‘stopped’?
Put threshold on the gradient
So you can say its not growing at a fast enough rate so it is ‘flat’
What can negative pressure cause?
Tissue damage
Define the Nyquist-Shannon theorem
The minimum number of samples required to faithfully reproduce at continuous signal is 2 per wavelength
Therefore the maximum bandwidth is the sample rate / 2
Minimum is 2 samples per maximum
Wavelength you want to detect i.e.
Example
Signal frequency = 1500Hz
Sample frequency = 80000 Hz
Well sampled
Signal frequency = 1500Hz
Sample frequency = 8000 Hz
OK as around 5 samples per wavelength
What if you sample a signal with greater than half the sample rate?
The under sampled signal will be reproduced at a lower frequency
Define Aliasing
Aliasing is a phenomenon in signal processing where high-frequency components are incorrectly represented as lower frequencies, leading to distortion or loss of information in the signal.
Name affects of Aliasing
Frequency distortion
Loss of Information
Unwanted noise
How to avoid Aliasing
Add a low pass filter - put at the top of your bandwidth of interest
Increase the sampling rate
Define Downsampling
Reducing sampling rate/resolution of a signal by discarding/ averaging samples
Can be to reduce computational complexity or storage requirements
A digital filter is needed before downsampling
You will be at risk of aliasing
How to work out the frequency resolution?
Frequency resolution (df)
= Sample rate / N
where n is the number of samples
Limit the value of N
E.g. Dolphin clicks occur very quickly - only there for a very short amount of time so unecessary to have a large N
What is FFT?
Fast Fourier Transform
An efficient algorithm used to compute the DFT of a sequence or signal
Time domain signal is converted to frequency domain representation
Can see individual frequency components present in the signal and their respective magnitudes
Fout = abs(fft(y));
It can tell you the size of a sinusoid
What is DFT?
Discrete Fourier Transform
A mathematical algorithm that transforms a discrete-time signal or sequence from the time domain to the frequency domain
Allows analysis of the signal’s frequency components and their respective magnitudes.
Why is FFT output symmetrical and reversed?
Due to complex conjugate symmetry property in DFT
Positive & Negative frequency components of a real valued signal are mirrored and have equal magnitude but opposite phases
Can shift the two halves and offset by Fs/2
What is an Anti-aliasing filter for?
Remove high frequency components from a signal before sampling ( ADC)
What is Amplitude scaling?
Modifying the magnitude / intensity of a signal.
Change amplitude but preserve relative proportions
Amplitude needs to be scaled by the sample rate
Fout_scaled = Fout / N
where N is size of FFT
Why are FFTs are always a power of 2?
it will be highly optimised for these lengths power of 2.