|   | GSF. | 
 Classes
Classes
        | Class | Description | |
|---|---|---|
|   | AnalogFilter | Contains an implementation of an analog LTI Filter. | 
|   | CurveFit | Linear regression algorithm. | 
|   | DigitalFilter | Contains an implementation of a digital LTI Filter. | 
|   | Euclidean | Contains an implementation of greatest common denominator and least common multiple using the Euclidean algorithm. | 
|   | FFT | Contains implementation of a Fast Fourier Transform (FFT) | 
|   | FilterState | Represents the internal state of a DigitalFilter or AnalogFilter. | 
|   | GaussianDistribution | Implements a BoxMuller method for generating statistically normal random numbers. | 
|   | KalmanFilter | Predicts the next state based on the current estimate. | 
|   | NumericalAnalysisExtensions | Defines extension functions related to numerical analysis over a sequence of data. | 
|   | RealTimeSlope | Calculates slope for a real-time continuous data stream. | 
|   | Spline | One piece of a piecewise polynomial function. | 
|   | SplineFit | A collection of splines computed through spline interpolation. | 
|   | WaveFit | Linear regression algorithm for sine waves. | 
 Structures
Structures
        | Structure | Description | |
|---|---|---|
|   | SineWave | Represents a sine wave of the form y=A*sin(ω*t+Φ)+δ. |