qampy.core.resample#
Signal resampling functions with different filter methods
Functions
|
Normalise and center the input field, by calculating the mean power for each polarisation separate and dividing by its square-root |
|
Resamples a signal from an old frequency to a new. |
|
Frequency transfer function of the square-root-raised cosine filter with a given roll-off factor and time width/sampling period after _[1] |
|
Root-raised cosine filter applied in the time domain using fftconvolve. |
|
Resample a signal using a root raised cosine filter. |
|
Time impulse response of the square-root-raised cosine filter with a given roll-off factor and time width/sampling period after _[1] This implementation differs by a factor 2 from the previous. |