Read-only |
About SA Application |
Description |
Returns the windowing factor for band power computation. This factor is derived from the window type (Gaussian, flat top, etc.). When doing the sum of linear power over a band, use this factor to compensate the side lobe effect of windowing to get an accurate band power value. |
VB Syntax |
value = sa.dft.DataExportWindowingFactor |
Variable |
(Type) - Description |
sa.dft |
A SpectrumAnalyzerDFT (object) |
value |
(Double) Variable to store the returned value. |
Return Type |
Double |
Example |
value = sa.dft.DataExportWindowingFactor 'Read |
C++ Syntax |
HRESULT get_DataExportWindowingFactor(double* WindowingFactor); |
Interface |
ISpectrumAnalyzerDFT2 |