You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TSpectrumMethod Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TSpectrumMethod Enumeration

Defines methods for frequency spectrum estimation.

Syntax
C#
Visual Basic
public enum TSpectrumMethod : uint { smFFT, smYuleWalker, smBurg, smCov, smMCov, smCZT }

SignalAnalysis.cs

Members 
Description 
smFFT 
Fast Fourier Transform. 
smYuleWalker 
Autogressive YuleWalker method. 
smBurg 
Burg autogressive method. 
smCov 
Covariance based autoregressive method. 
smMCov 
Modified covariance based autogressive method. 
smCZT 
Chirp Z-transform. 

Defines the methods available to compute the frequency spectrum.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!