FFT iteration

vspandagos
vspandagos Member Posts: 2 Newcomer
edited September 15 in Building With Reaktor

Hello there, I am a new Reaktor user. Recently I downloaded a course about FFT from ADSR and had the chance to work with the EZFFT modules. Obviously, there is iteration in these modules as the output of the index port sends all bins (up to 512 bins) information at once on every sample clock tick. I know about the iteration module in primer, but I don't think this module can work so fast. I red that this kind of iterations is common in core and searched in every NI core manual available on the net but could'nt find sufficient information on the subject. Is there any related topic or example that I can study to start understanding this concept?


Thank you!!!

Comments

  • colB
    colB Member Posts: 630 Guru

    There is no iteration in core - we've been asking for that feature for many years. Usually folk either use unrolled loops, or generate a stream of 'iteration' events in primary and pipe them into core (that's how the partials framework iteration library works).

  • colB
    colB Member Posts: 630 Guru

    Here's an example of an unrolled loop in EZFFT:


  • vspandagos
    vspandagos Member Posts: 2 Newcomer
    edited September 15

    Thank you colB for your reply. Is it possible to use the iteration module in primary and have it start iterations on every clock tick and if so what would be the triggering event?

  • colB
    colB Member Posts: 630 Guru

    I would advise you to work on some more basic stuff first to get a better feel for how the event system works, and the differences between Primary and Core layers before you get involved in trying to hack iteration between primary and core.

Back To Top