Property SLNoiseStats.TSLNoiseStats.WindowThreshold

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)
Newer edit →

Revision as of 00:24, 22 November 2011

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TSLNoiseStats

Contents

Syntax

Delphi:

property WindowThreshold : Real read FWindowThresh write SetWindowThresh;

C++ Builder:

__property double WindowThreshold = { read=FWindowThresh, write=SetWindowThresh };

Summary

Threshold for bins with (frequency-domain) window magnitudes.

Description

Prior to the initial FFT, a (time-domain) windowing function is applied to the input data stream (see property WindowType). After the initial FFT, in order to calculate SNR and other results, only bins with (frequency-domain) window magnitudes larger than WindowThreshold are included in calculations. Note WindowThreshold is set automatically when property WindowType is changed. The automatically set values will suffice for most clients.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox