Tornado Infrasound Filtering and Prediction Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

Vocabulary and engineering concepts for infrasound signal processing, filtering (FIR, IIR, DWT, Kalman), and predictive modelling (LMS, AR).

Last updated 6:26 AM on 7/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

Hann Window

A window function used for the FFT and spectrogram to reduce spectral leakage by tapering record endpoints toward zero.

2
New cards

Hamming Window

A window function used in FIR design to truncate the ideal impulse response with lower first-sidelobe leakage than a rectangular window.

3
New cards

Nyquist Frequency

The highest frequency that can be represented in a sampled signal, equal to half the sampling frequency (500Hz500\,Hz in this project).

4
New cards

Spectral Leakage

The spreading of energy from one frequency into neighbouring FFT bins because the observed record is finite and its endpoints are discontinuous.

5
New cards

RMS (Root Mean Square)

A measure of average energy over a block used for event detection that is less sensitive to isolated spikes than peak amplitude.

6
New cards

Linear Phase

A filter property where phase is proportional to frequency, resulting in a constant group delay and preservation of waveform shape and relative timing.

7
New cards

Group Delay

The delay experienced by the envelope or features of a signal; for a symmetric FIR filter of length NN, it is calculated as N12\frac{N-1}{2} samples.

8
New cards

Type-I FIR Filter

A symmetric FIR filter with an odd length and even order that can realise general low-pass, high-pass, band-pass, and band-stop responses.

9
New cards

Butterworth Filter

An IIR filter design based on an analogue prototype that achieves a monotonic, maximally flat passband with no ripple.

10
New cards

Prewarping

The process of adjusting analogue design frequencies so the bilinear transform maps them to the intended digital edge frequencies.

11
New cards

Digital Poles

Roots of the transfer-function denominator or AR characteristic polynomial; for stability, they must lie inside the unit circle.

12
New cards

DWT Approximation

The low-frequency branch of the Discrete Wavelet Transform resulting from repeated low-pass filtering and downsampling.

13
New cards

DWT Detail

the frequency band removed at each level of the Discrete Wavelet Transform by the high-pass branch.

14
New cards

Shift Variance

A limitation of the critically sampled DWT where a small time shift in the input can significantly change the coefficient distribution and reconstructed waveform.

15
New cards

Kalman Filter

A recursive state estimator that estimates hidden states—such as pressure, pressure rate, and pressure acceleration—using a physical model and measurement uncertainty.

16
New cards

Q (Process-noise covariance)

A Kalman filter parameter representing uncertainty in the state model; larger values make the filter follow measurements more quickly.

17
New cards

R (Measurement-noise covariance)

A Kalman filter parameter representing microphone measurement uncertainty; larger values result in a smoother estimate that relies more on the model.

18
New cards

Kalman Gain

The weighting factor calculated from predicted covariance and measurement uncertainty that balances the state prediction and the new measurement.

19
New cards

Innovation

In Kalman filtering, the difference between the actual measurement and the measurement predicted from the state model.

20
New cards

Wiener LMS Predictor

A predictor that uses the Least Mean Square (LMS) iterative method to approach the minimum-mean-square-error Wiener solution.

21
New cards

LMS Excess MSE

The remaining fluctuation around the optimum solution in an LMS filter caused by a finite step size.

22
New cards

AR(10)

A tenth-order Autoregressive model where each new sample is represented as a weighted combination of the previous 10 samples plus an error term.

23
New cards

Recursive Multi-step Prediction

A forecasting method where the model predicts one sample, appends it to the history, and repeats the process until the desired horizon is reached.

24
New cards

Condition Number

A measure of the sensitivity of a fitted solution to numerical changes; large numbers indicate nearly dependent columns in a regression matrix.

25
New cards

Normalised RMSE (NRMSE)

Root Mean Square Error divided by the target standard deviation, used to compare error across signals with different amplitudes.

26
New cards

TDOA (Time Difference of Arrival)

A method used to estimate the bearing of a source by calculating the relative timing delay between signals received at different microphones.