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
I improved the interfaces and its documentation of dcosq routines in this branch (I may consider submitting a PR tomorrow?). They compute the fast fourier transform of quarter wave data, but I don't know enough about them ("quarter wave data"), this involves more professional terms and I can't even find their corresponding routines in scipy.fftpack.
What should their simplified modern interface be called? qct(Quarter-Cosine Transform)?
(see https://www2.cisl.ucar.edu/resources/legacy/fft5/documentation)
Problem 2: more complex document (fftpack.md) that is difficult to read for users?
fftpack.md is getting more complicated and may be difficult to read?
It contains original fftpack routines (dfft/dzfft/...), modern interfaces (fft/rfft/...), and utility functions (fftshift).
Maybe we can divide the existing fftpack.md into three markdown documents: fftpack_classic_API.md, fftpack_modern_API.md, fftpack_utilities.md.
This issue is not urgent, I am just worried.
The text was updated successfully, but these errors were encountered:
zoziha
changed the title
API name (i)qct, and complex documents (fftpack.md) that are difficult to read
API name (i)qct, and complex document (fftpack.md) that is difficult to read
Aug 21, 2021
zoziha
changed the title
API name (i)qct, and complex document (fftpack.md) that is difficult to read
API name (i)qct/(i)qst, easy-to-read help document?
Aug 31, 2021
Problem 1: The API name
(i)qct
?I improved the interfaces and its documentation of
dcosq
routines in this branch (I may consider submitting a PR tomorrow?). They compute the fast fourier transform of quarter wave data, but I don't know enough about them ("quarter wave data"), this involves more professional terms and I can't even find their corresponding routines inscipy.fftpack
.What should their simplified modern interface be called?
qct(Quarter-Cosine Transform)
?(see https://www2.cisl.ucar.edu/resources/legacy/fft5/documentation)
Problem 2: more complex document (fftpack.md) that is difficult to read for users?
fftpack.md
is getting more complicated and may be difficult to read?It contains original
fftpack
routines (dfft/dzfft/...
), modern interfaces (fft/rfft/...
), and utility functions (fftshift
).Maybe we can divide the existing
fftpack.md
into three markdown documents:fftpack_classic_API.md
,fftpack_modern_API.md
,fftpack_utilities.md
.This issue is not urgent, I am just worried.
The text was updated successfully, but these errors were encountered: