Property SLNoiseStats.TSLNoiseStatResults.SNR
From Mitov Wiki Doc
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: TSLNoiseStatResults
Contents |
Syntax
Delphi:
property SNR : Real read Fsnr;
C++ Builder:
__property double SNR = { read=Fsnr };
Summary
Returns the Signal-to-Noise ratio.
Description
Use this property to get the Signal-to-Noise ratio. Formally,
SNR = 20*log( fundamental amplitude / noise rms amplitude ) =
10*log( fundamental power / noise power ).