You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this would be the classical way. Yet, I wonder 1.) if we can avoid the padding. If you think about an FFT, can we not avoid the first Butterfly step or so by knowing which part is zero? 2.) if it is smart to use CZT since this can zoom. Maybe running it backwards automatically zero-pads?
Just as a note and how we could implement it:
Important is, that
v
needs to be known in the double field size ifv
is not 0 anyway on the border.The text was updated successfully, but these errors were encountered: