Advanced method helpers#
These secondary interfaces expose reusable building blocks for composing or inspecting denoising workflows. Start with the primary estimators on the API reference page when choosing a method.
ASR helpers#
Compute a retained-sample mask from ASR window statistics. |
|
Fit robust location and scale to RMS statistics. |
|
Apply a calibrated ASR state with guided reconstruction. |
|
Select calibration samples with JugglerASR rules. |
DSS building blocks#
Additional iterative helper#
Extract one DSS component by fixed-point iteration. |
Segmentation#
Segment data where windowed covariance changes. |
|
Segment data into fixed-length windows. |
Component selection#
Select a component count with |
|
Combine outlier and knee component counts and return the larger count. |
|
Select components above the largest qualifying score drop. |
|
Count values removed by iterative mean-plus-sigma thresholding. |
DSS convenience variants#
Create an ordinary DSS estimator with |
|
Create a DSS estimator with a bandpass bias. |
|
Scan candidate frequencies with narrowband DSS. |
|
Create a DSS estimator configured with |
Nonlinear helper functions#
Return the tanh fixed-point coefficient. |
|
Return the cubic fixed-point coefficient |
|
Return the Gaussian fixed-point coefficient. |
iCanClean helper#
Estimate a circular-shift null threshold for squared CCA correlations. |
SNS helper#
Compute SNS weights from a channel covariance matrix. |
SOUND helper#
Compute SOUND with a selected single-channel reference. |
SSA helpers#
Decompose a one-dimensional series into Basic SSA components. |
|
Compute weighted correlations between SSA reconstructions. |
|
Clean one channel by frequency-grouping Basic SSA components. |
|
Clean one channel with clustered local SSA reconstruction. |