|
|
b6636a0e83
|
implemented FFT amplitude dump. Somehow FFT is working, but now it is buggy. FFT results are connected with input signal, but this connection is not straightforward.
|
2025-10-09 22:04:31 +03:00 |
|
|
|
417285990e
|
FFT is correctly calculated for dummy (DC = 1.0) data!
|
2025-10-09 20:24:49 +03:00 |
|
|
|
2a30945bee
|
fixed angle and cos generation. Problem was in diffrent declaration of DATA_L and other defines in different files. Solution: fixed include tree
|
2025-10-09 20:00:48 +03:00 |
|
|
|
c12ae1f521
|
twiddle generation is defifintely wrong. Proved by flushing it to PC
|
2025-10-09 19:21:40 +03:00 |
|
|
|
eafa833ed6
|
introduced FFT into dataprocessor func. But it FFT is not enabled yet
|
2025-10-09 16:15:19 +03:00 |
|
|
|
00f225c393
|
enabled .map generation in Makefile. Included twiddle generation at the startup of the blackfin (into main.c inside main() func)
|
2025-10-09 15:47:34 +03:00 |
|