We can rewrite the DFT Formula: as
Now the problem for DFT is that both k and n are in the range of N, which means we need multiplications. So how do we reduce this?
It turns out that splitting it in two means that it takes , which is half of what we started with. Naturally, the next conclusion is to keep subdividing.
The formal “recipe” for calculation is