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
f694e53e46
PSDR
/
Source
History
Michael Colton
f694e53e46
Big improvements to audio! I was doing overlap-add wrong. There are still issues, but it's much better. Also, changing modes between LSB/USB/AM works now (though the menu doesn't show USB correctly, and the filter bar doesn't change). Improvements also effect transmitted audio.
2014-10-07 10:31:07 -06:00
..
.settings
Mostly just a commit so I have a back up of my work. Continued progress on next revision of hardware.
2014-09-01 00:29:55 -06:00
Debug
Big improvements to audio! I was doing overlap-add wrong. There are still issues, but it's much better. Also, changing modes between LSB/USB/AM works now (though the menu doesn't show USB correctly, and the filter bar doesn't change). Improvements also effect transmitted audio.
2014-10-07 10:31:07 -06:00
DSP_Lib
Initial commit to GitHub.
2014-06-22 17:49:43 -06:00
images
Has the beginnings of an S-Meter. Audio seems worse than before that was added, so I want to check on that. Uploading the image files (even though the PSDR uses them in code form... still, might be handy)
2014-08-22 00:23:39 -06:00
include
Initial transmit support. Internal microphone working. Capacitive touch sensors working. Currently touch TOUCH1 to transmit, waterfall changes color and shows the filtered output that should be transmitted (except that it's MUCH noisier than it looks, due, I think to DSP issues.)
2014-10-06 11:03:34 -06:00
ldscripts
Initial commit to GitHub.
2014-06-22 17:49:43 -06:00
src
Big improvements to audio! I was doing overlap-add wrong. There are still issues, but it's much better. Also, changing modes between LSB/USB/AM works now (though the menu doesn't show USB correctly, and the filter bar doesn't change). Improvements also effect transmitted audio.
2014-10-07 10:31:07 -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
Enclosure 3D files, Assembly Diagrams and Assembly Guide. Also so work on getting the firmware compatible with the PSDR2 hardware. Probably some junk as well. Lots of files.
2014-09-28 20:40:01 -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