Returns the source normalization spectrum used to normalize data in the cwnorm state for the total spectral averaged quantities. See the Units and normalization - Spectral averaging section for more information.
The script function sourcenorm is defined as
$$ s(\omega)=\operatorname{sourcenorm}(\omega)=\frac{1}{N} \sum_{s o u r c s s} \int \exp (i \omega t) s_{j}(t) d t $$
If sourcenorm2_avg is called without any arguments, it returns
$$ \text {sourcenorm} 2_{-} \operatorname{avg}=\int_{-\infty}^{+\infty}\left|s\left(\omega^{\prime}\right)\right|^{2} d \omega^{\prime} $$
Syntax |
Description |
---|---|
out = sourcenorm2_avg; |
This function returns the source normalization for total spectral averaged quantities. |
out = sourcenorm2_avg( "sourcename"); |
This function makes it possible to perform the normalization using the spectrum of one source, rather than the sum of all the sources. |
Example
Please refer to sourcenorm and Spectral averaging - Usage
See Also
sourcenorm, sourcenorm2_pavg, sourcepower_avg, cwnorm, nonorm, Units and Normalization, Spectral averaging