dfourier_shape: Calculates and draws 'dfourier' shapes
Description
Calculates shapes based on 'Discrete cosine transforms' given harmonic coefficients
(see dfourier) or can generate some random 'dfourier' shapes.
Mainly intended to generate shapes and/or to understand how dfourier works.
# some signaturespanel(coo_align(Opn(replicate(48, dfourier_shape(alpha=0.5, nb.h=6)))))
# some wormspanel(coo_align(Opn(replicate(48, dfourier_shape(alpha=2, nb.h=6)))))