hilbert2 — Une transformée de Hilbert.
asig -- signal en entrée
ar1 -- sortie réelle de asig
ar2 -- sortie imaginaire de asig
hilbert2 is a DFT-based implementation of the Hilbert Transform producing two outputs in quadrature (90 degree phase difference across the spectrum). Unlike the IIR-based hilbert opcode, hilbert2 has a linear frequency response. Given that it employs a streaming algorithm, a delay of fftsize samples will be imposed between input and output.
Voici un exemple de l'opcode hilbert2. Il utilise le fichier hilbert2.csd.
Exemple 439. Exemple de l'opcode hilbert2.
Voir les sections Audio en Temps Réel et Options de la Ligne de Commande pour plus d'information sur l'utilisation des options de la ligne de commande.