You are here: Symbol Reference > SignalAnalysis Namespace > Structs, Records, Enums > SignalAnalysis.TSpectrumDescriptorRecord Record
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalAnalysis.TSpectrumDescriptorRecord Record

Defined to support storing and loading the spectrum descriptor to/from Streams.

Pascal
TSpectrumDescriptorRecord = packed record
  SpectrumMethod: integer;
  Integration: integer;
  Logarithmic: integer;
  Averages: integer;
  AveragingType: integer;
  SamplingTime: double;
  SamplingFrequency: double;
  ArOrder: integer;
  Window: integer;
  ScaleFactor: double;
  SpectrumType: integer;
  SidelobeAtt: double;
  ActualZeroPadding: double;
end;

Defined to support storing and loading the spectrum descriptor to/from Streams.

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