diff options
| author | Arturs Artamonovs <dos21h@gmail.com> | 2024-11-23 10:35:34 +0000 | 
|---|---|---|
| committer | Arturs Artamonovs <dos21h@gmail.com> | 2024-11-23 10:35:34 +0000 | 
| commit | a4bedcbbd28f7ac9c834c73d75c215629169a7f7 (patch) | |
| tree | 7eabb1b87820338edc5b72142e552b268bf601d3 /md/notes | |
| parent | 99ce29175d5a7883adbd63383a3e6fe33cabfcca (diff) | |
| download | md-content-a4bedcbbd28f7ac9c834c73d75c215629169a7f7.tar.gz md-content-a4bedcbbd28f7ac9c834c73d75c215629169a7f7.zip  | |
sdr: update gnuradio am post
Diffstat (limited to 'md/notes')
| -rw-r--r-- | md/notes/sdr/gnu_radio_receive_am.md | 36 | 
1 files changed, 36 insertions, 0 deletions
diff --git a/md/notes/sdr/gnu_radio_receive_am.md b/md/notes/sdr/gnu_radio_receive_am.md index e193e1a..5a29214 100644 --- a/md/notes/sdr/gnu_radio_receive_am.md +++ b/md/notes/sdr/gnu_radio_receive_am.md @@ -3,3 +3,39 @@ keywords:sdr,am,demodulation,gnuradio  # +Lets listen to AM radio stations with AirSpyHF + +## Frequencies + +For frequencies search at http://websdr.org/ find the nearset receiver +on the map that support AM broadcast frequencies as it will give a clue +if propogation of time of the day is ok around your location. + +In this example I found only few AM station in 17Mhz range at day time +to test receiver.  + +## GNU Radio blocks + +Base blocks for the AM receiver. This blocks have 2 channels and those  +are to test switch between two radio stations. + + + +| Name | Value | Note | +| --- | --- | --- | +| band | 192000 | AirSpy samplerate, closely follows the bandwidth | +| freq | 1749000 | The channel0 stations frequency | +| f_channel0 | 0 | If the stations is there, no need to change main frequency | +| f_channel1 | 10000 | offset from the channel1 find offset from waterfall | +| fir_dec | 4 | nicely match 48kHz for audio | +| fir_bw | band/(2*fir_dec) | auto filter calculations for Xlate FIR blocks | + + + +Example when the blocks are running, with arranged GUI's + + + +## Links + +1. [http://websdr.org/](http://websdr.org/)
\ No newline at end of file  | 
