Corrected fft matlab code
FFT Butterfly 4-1024 point code
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ end
|
||||
%% Ploting out
|
||||
% slowly plot result
|
||||
figure(5)
|
||||
for i = 1 : bits
|
||||
for i = 1 : bits +1
|
||||
%plot( abs( real_n(i, :) + j.*imag_n(i, :) ) );
|
||||
plot( abs( stage(i,:) ) );
|
||||
pause(1);
|
||||
|
||||
Reference in New Issue
Block a user