I have source installed digital_RF blocks main 3.8 branch using following commands,
git checkout maint-3.8
git submodule update --init --recursive
mkdir build
cd build/
cmake ../
make
sudo make install
I would like to know what happens if we suddenly change frequency during running of program and how is it notified in metadata.
I have set the variable "Frequency" value to QR GUI range gnu radio block. So during running of program when the RF and metadata is being recorded if I change the slider value of frequency. Will the corresponding changed frequency value will be reflected in the metadata and RF recording.
Thanks in advance!