From 8c7191df880e9c7c8abec1231e878881f0f698c0 Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Mon, 5 Mar 2018 13:09:45 +0000 Subject: screenshots --- Project/RTDSP/.launches/RTDSP.launch | 2 +- Project/RTDSP/Images/intermediate.PNG | Bin 0 -> 34246 bytes Project/RTDSP/Images/mag.PNG | Bin 0 -> 13991 bytes Project/RTDSP/frame.c | 5 ++++- 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Project/RTDSP/Images/intermediate.PNG create mode 100644 Project/RTDSP/Images/mag.PNG (limited to 'Project/RTDSP') diff --git a/Project/RTDSP/.launches/RTDSP.launch b/Project/RTDSP/.launches/RTDSP.launch index 51f5f6d..3649b06 100644 --- a/Project/RTDSP/.launches/RTDSP.launch +++ b/Project/RTDSP/.launches/RTDSP.launch @@ -13,7 +13,7 @@ - + diff --git a/Project/RTDSP/Images/intermediate.PNG b/Project/RTDSP/Images/intermediate.PNG new file mode 100644 index 0000000..67610eb Binary files /dev/null and b/Project/RTDSP/Images/intermediate.PNG differ diff --git a/Project/RTDSP/Images/mag.PNG b/Project/RTDSP/Images/mag.PNG new file mode 100644 index 0000000..36e8d28 Binary files /dev/null and b/Project/RTDSP/Images/mag.PNG differ diff --git a/Project/RTDSP/frame.c b/Project/RTDSP/frame.c index 0f506e0..ea1287b 100644 --- a/Project/RTDSP/frame.c +++ b/Project/RTDSP/frame.c @@ -209,7 +209,10 @@ void wait_buffer(void) mag[i] = cabs(C[i]); } - + ifft(BUFLEN, C); + for (i = 0; i < BUFLEN; ++i) { + intermediate[i] = C[i].r; + } /**********************************************************************************/ -- cgit