View source: R/SeaSondeRCS_FOR.R
| seasonder_getSeaSondeRCS_FOR_SS_Smoothed | R Documentation |
This function retrieves the smoothed self-spectra (SS) matrix stored in the FOR_data attribute
of a SeaSondeRCS object. The smoothed self-spectra are used in First Order Region (FOR) processing
to refine the detection of the first-order boundaries.
seasonder_getSeaSondeRCS_FOR_SS_Smoothed(seasonder_cs_object)
seasonder_cs_object |
A |
The function extracts the matrix assigned by seasonder_setSeaSondeRCS_FOR_SS_Smoothed.
If no smoothed self-spectra are found, the function returns NULL.
The smoothed self-spectra are typically generated using seasonder_SmoothSS and applied
to the self-spectra of antenna 3. This smoothing aids in detecting the nulls that separate first- and
second-order regions.
A matrix representing the smoothed self-spectra, or NULL if no smoothed data is stored.
seasonder_SmoothFORSS for applying smoothing and storing the result.
seasonder_setSeaSondeRCS_FOR_SS_Smoothed for setting smoothed self-spectra.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.