Filters data into a frequency range.
For each of the two bounds, a low-passed version is created by convolving with a box-car and then the low-passed version for the upper bound is added to the low-passed version for the lower bound subtracted from the signal, resulting in a band-passed version
Parameters : | time_series: float array :
ub : float, optional
lb : float, optional
n_iterations: int, optional :
|
---|---|
Returns : | float array: :
|