kristinemlarson / gnssrefl

GNSS Interferometric Reflectometry Software (GNSS-IR)
GNU General Public License v3.0
154 stars 76 forks source link

README Animation Code (Synthetic SNR Forward Model) #269

Closed rbiessel closed 7 months ago

rbiessel commented 7 months ago

Hi Kristine,

I really like the new animation on the README, and I'm wondering if you could share the code that generated it. I think it would be a great resource for understanding the periodic SNR signals that we see and maybe a basic sense of how GNSS SNR signals are generated practically.

Thanks!

kristinemlarson commented 7 months ago

sure - i will do that.

On Tue, Mar 26, 2024 at 7:54 AM Rowan Biessel @.***> wrote:

Hi Kristine,

I really like the new animation on the README, and I'm wondering if you could share the code that generated it. I think it would be a great resource for understanding the periodic SNR signals that we see and maybe a basic sense of how GNSS SNR signals are generated practically.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/kristinemlarson/gnssrefl/issues/269, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFSDAPGUO4MGY7BMQUY56TDY2F4YFAVCNFSM6AAAAABFI7KCI2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYDQMZSHA4DSOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Kristine M. Larson @.*** https://www.kristinelarson.net http://www.kristinelarson.net https://gnss-reflections.org https://github.com/kristinemlarson

Are you waiting for your code to be perfect?

kristinemlarson commented 7 months ago

Hi

I have posted the matlab code I used to create the gif. It is linked underneath the link to the gif in the README.md. The address directly is https://github.com/kristinemlarson/gnssrefl/blob/master/docs/pages/snr_simulation.m, and setFrame.m from the same directory

I have never made a gif in python - this is ancient code I had in matlab from before I switched. It is currently hardwired for L2, but trivial to change for other frequencies.

Glad to see that someone noticed the gif - I was inspired by one I had found in another repository.