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
8fb32eede3
PSDR
/
Source
History
Michael Colton
003beac9e3
Added basic volume control (not sure why I didn't do that a long time ago!) also a HackADayPrize logo, can't hurt, right? A few other small things.
2014-08-02 01:26:47 -06:00
..
.settings
Got a timer up and going, and it's firing interrupts! Next up is to change the audio capture to use the interrupt and some buffers. Basically separate the display loop stuff.
2014-06-23 00:00:31 -06:00
DSP_Lib
Initial commit to GitHub.
2014-06-22 17:49:43 -06:00
include
Added basic volume control (not sure why I didn't do that a long time ago!) also a HackADayPrize logo, can't hurt, right? A few other small things.
2014-08-02 01:26:47 -06:00
ldscripts
Initial commit to GitHub.
2014-06-22 17:49:43 -06:00
src
Added basic volume control (not sure why I didn't do that a long time ago!) also a HackADayPrize logo, can't hurt, right? A few other small things.
2014-08-02 01:26:47 -06:00
system
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
.cproject
Added a crude Automatic Gain Control (AGC) that's happening on the audio output side. I want to add one for the RF side as well, but I'll need to change the hardware to do it.
2014-07-08 09:56:47 -06:00
.gitignore
Initial commit to GitHub.
2014-06-22 17:49:43 -06:00
.project
Got a timer up and going, and it's firing interrupts! Next up is to change the audio capture to use the interrupt and some buffers. Basically separate the display loop stuff.
2014-06-23 00:00:31 -06:00