Fabian Peter Hammerle
|
019da2b532
reduce sampling rate of rtl-sdr device to minimum (to support raspberry pi 1B)
|
2 months ago |
Fabian Peter Hammerle
|
f6e331ce7f
fix "RuntimeError: check topology failed on audio_alsa_sink(11) using ninputs=1, noutputs=0" on raspberry pi 1B
|
2 months ago |
Fabian Peter Hammerle
|
1dc3df12ff
replace low pass filter with rational resampler before demodulator and replace retional resampler after demodulator with `audio_decimation` setting (in attempt to reduce cpu utilization for devices like raspberry pi 1B)
|
2 months ago |
Fabian Peter Hammerle
|
51146ca1d0
simplify fm_radio.py
|
2 months ago |
Fabian Peter Hammerle
|
4e56553471
simplify fm_radio.py
|
2 months ago |
Fabian Peter Hammerle
|
7c1415f1aa
refactor imports in fm_radio.py
|
2 months ago |
Fabian Peter Hammerle
|
0b13394fd0
refactor fm_radio.py: rename variables of blocks
|
2 months ago |
Fabian Peter Hammerle
|
5900fde3d8
refactor fm_radio.py: remove unused attributes & some superfluous settings
|
2 months ago |
Fabian Peter Hammerle
|
0df18e3c64
refactor fm_radio.py: remove unused methods
|
2 months ago |
Fabian Peter Hammerle
|
3fb49f7436
remove fm_radio.grc; format fm_radio.py with black
|
2 months ago |
Fabian Peter Hammerle
|
888bfd12d3
disable gui
|
2 months ago |
Fabian Peter Hammerle
|
cebb341dde
remove slider for adjusting frequency
|
2 months ago |
Fabian Peter Hammerle
|
82eacff5fa
remove waterfall & frequency plot
|
2 months ago |
Fabian Peter Hammerle
|
c5cad1514b
remove slider for adjusting volume
|
2 months ago |
Fabian Peter Hammerle
|
96b21397c9
fix 'Assertion "not (fftsize & (fftsize -1))#The FFT Size should be a power of 2" failed.'; update fm_radio.py with gnuradio-companion v3.10.5.1-3 (includes changes of commits below)
|
2 months ago |
Fabian Peter Hammerle
|
df1c5827c1
fix "type object 'gnuradio.filter.filter_python.firdes' has no attribute 'WIN_KAISER'" (another error blocks update of fm_radio.py)
|
2 months ago |
Fabian Peter Hammerle
|
2f14e1b6ca
re-save fm_radio.grc with gnuradio-companion v3.10.5.1-3 (no intentional changes; errors block update of fm_radio.py)
|
2 months ago |
Fabian Peter Hammerle
|
f13280365e
parametrize audio sample rate
|
3 years ago |
Fabian Peter Hammerle
|
e0b01f2d88
rearrange blocks; rename variable `down_rate_hertz` to `channel_width_hertz`
|
3 years ago |
Fabian Peter Hammerle
|
b94ba2df2d
increase sample rate to increase spectrogram width
|
3 years ago |
Fabian Peter Hammerle
|
b970141de3
reduce sample rate to get rid of crackling
|
3 years ago |
Fabian Peter Hammerle
|
b3c76fc30f
added comment regarding rtlsdr receivers maximum sample rate
|
3 years ago |
Fabian Peter Hammerle
|
f89dff65cf
FM receiver draft based on https://www.youtube.com/watch?v=2Nd9BIYmKD8
|
3 years ago |