This website requires JavaScript.
Explore
Help
Sign in
pwarren
/
PSDR
Watch
1
Star
0
Fork
You've already forked PSDR
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Fork of
https://github.com/MichaelRColton/PSDR.git
10
commits
4
branches
0
tags
184
MiB
C
97.5%
AGS Script
2.5%
9d045be4ce
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Michael Colton
9d045be4ce
Starting to implement overlap-discard in the DSP code. I think maybe I've gotten it working, with a pretty large improvement in audio, but reception was so bad I had a hard time finding things to listen to to test it with. Also added the ability to switch mode (LSB & AM).
2014-07-21 08:50:38 -06:00
Hardware
The main thing here is moving the FFT/Filtering/IFFT to a timer interrupt that has a lower priority than the audio capture/playback timer interrupt. This way I don't care how slow the display code runs in the main loop (for now) enabling me to have the audio processing and the display working at the same time.
2014-07-14 01:41:46 -06:00
Source
Starting to implement overlap-discard in the DSP code. I think maybe I've gotten it working, with a pretty large improvement in audio, but reception was so bad I had a hard time finding things to listen to to test it with. Also added the ability to switch mode (LSB & AM).
2014-07-21 08:50:38 -06:00
.gitignore
Added PDF of schematic, and moved the gerbers a little.
2014-06-22 17:59:36 -06:00
README.md
Create README.md
2014-06-22 19:35:57 -06:00
README.md
PSDR
PortableSDR - A Stand Alone HF Software Defined Transciever.