% The multiplicative constants for the 11 point FFT I = sqrt(-1); u = [ -1.100000000000000 0.331662479035540*I 0.253097611605959 -1.288200610773679 0.304632239669212 -0.391339615511917 -2.871022253392850 1.374907986616384 0.817178135341212 1.800746506445679 -0.859492973614498 -2.373470454748280*I -0.024836393087493*I 0.474017017512829*I 0.742183927770612*I 1.406473309094609*I -1.191364552195948*I 0.708088885039503*I 0.258908260614168*I -0.049929922194110*I ]; % The input permutation for the 11 point FFT ip = [ 1 2 10 5 4 6 11 3 8 9 7 ]; % The output permutation for the 11 point FFT op = [ 1 11 2 9 8 10 5 3 4 7 6 ];