PyDynamic
PyDynamic copied to clipboard
mask-parameter in GUM_iDFT
This is a (nasty) side effect of the introduction of the mask parameter for GUM_DFT. For example: If the DC (0 Hz) component of a signal was removed by masking it "0" in GUM_DFT then the argument to a subsequent GUM_iDFT is lacking the first real and first imaginary component without knowing about that. This leads to an erroneous (distorted) output. The "0"-masked components could be zero-padded in GUM_iDFT for one possible solution.
@BjoernLudwigPTB develop plan for how to handle masks from GUM_DFT to its inverse GUM_iDFT.