From 03d29eb84e6660973f4a41c6fce39c8c88d7666c Mon Sep 17 00:00:00 2001 From: David Protzman Date: Thu, 13 Oct 2022 01:28:54 -0400 Subject: [PATCH] Updated examples readme --- gnuradio/gr-dji_droneid/examples/README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnuradio/gr-dji_droneid/examples/README b/gnuradio/gr-dji_droneid/examples/README index d7a3359..e06dda6 100644 --- a/gnuradio/gr-dji_droneid/examples/README +++ b/gnuradio/gr-dji_droneid/examples/README @@ -1,3 +1,5 @@ -It is considered good practice to add examples in here to demonstrate the -functionality of your OOT module. Python scripts, GRC flow graphs or other -code can go here. +The `autocorrelator.grc` graph is just a demonstration of how to detect DroneID frames without any OOT modules. +It does still require the use of the GNU Radio module as there are functions in the OOT that are needed. Just no +normal OOT blocks required. + +This ended up being a lot faster than doing the coding by hand, so huzzah to the GNU Radio devs! \ No newline at end of file