
lab 1 code
Dependencies: CMSIS-DSP_for_STM32F746G BSP_DISCO_F746NG
History
Initial commit
2020-01-28, by justenmg [Tue, 28 Jan 2020 22:23:00 +0000] rev 34
Initial commit
Slight change to improve the function specifications for Erase_Trace and Draw_Trace
2020-01-06, by bmazzeo [Mon, 06 Jan 2020 23:22:02 +0000] rev 33
Slight change to improve the function specifications for Erase_Trace and Draw_Trace
Release on January 3, 2020 for ECEn 487 Laboratory 1 exercise.
2020-01-03, by bmazzeo [Fri, 03 Jan 2020 21:03:23 +0000] rev 32
Release on January 3, 2020 for ECEn 487 Laboratory 1 exercise.
Updated the code so that way a user can download the code, compile it, and use it. It has the basic outline for the first laboratory activity.
2020-01-03, by bmazzeo [Fri, 03 Jan 2020 21:00:56 +0000] rev 31
Updated the code so that way a user can download the code, compile it, and use it. It has the basic outline for the first laboratory activity.
Code with more extensive commenting. Set to 2 kHz carrier. Working well.
2020-01-03, by bmazzeo [Fri, 03 Jan 2020 20:15:03 +0000] rev 30
Code with more extensive commenting. Set to 2 kHz carrier. Working well.
It works - perfectly - for carrier frequency of 500 Hz.
2020-01-01, by bmazzeo [Wed, 01 Jan 2020 23:20:43 +0000] rev 29
It works - perfectly - for carrier frequency of 500 Hz.
DOA computes phase angle correctly (it appears) - conversion to degrees still needs to happen.
2020-01-01, by bmazzeo [Wed, 01 Jan 2020 20:47:48 +0000] rev 28
DOA computes phase angle correctly (it appears) - conversion to degrees still needs to happen.
Just cleaned up - changed the signal processing block size to be the same as the half block size - this cleans up the code considerably - but uses a bit more memory.
2020-01-01, by bmazzeo [Wed, 01 Jan 2020 17:31:05 +0000] rev 27
Just cleaned up - changed the signal processing block size to be the same as the half block size - this cleans up the code considerably - but uses a bit more memory.
Just changed the display of information to put a bit more in first half block and take some from second half block.
2020-01-01, by bmazzeo [Wed, 01 Jan 2020 17:17:36 +0000] rev 26
Just changed the display of information to put a bit more in first half block and take some from second half block.
Working example!!! - L channel has lowpass filter. Proper initialization of filters is performed. Output is clean.
2020-01-01, by bmazzeo [Wed, 01 Jan 2020 06:47:21 +0000] rev 25
Working example!!! - L channel has lowpass filter. Proper initialization of filters is performed. Output is clean.