Commit Graph

365 Commits

Author SHA1 Message Date
Nick Foster
0d4194ef84 Fixed some indenting so outputs are only called when there's something to output. Hopefully also fixed that pesky NoneType error. 2010-10-23 16:51:09 -07:00
Nick Foster
839596a4b2 Derp. Forgot to git-add the KML parser. Also added an LPF to the main app. Some other cleanups in prep for release. 2010-10-23 16:05:08 -07:00
Nick Foster
01a0b635c6 Forgot the airplane icon. 2010-10-21 23:20:16 -07:00
Nick Foster
058b0b9af5 I should probably set up a .gitignore 2010-10-21 23:19:28 -07:00
Nick Foster
0bf5e47749 Various fixes for various exceptions.
You are seeing a couple of impossible altitudes and a couple of impossible longitudes. Looks like they're coming from the same aircraft. Possibly a nonstandard squitter? They pass checksum, but they don't contain the data you think they do.
2010-10-21 23:02:48 -07:00
Nick Foster
0edcc29380 KML at least works some. Need to pass DB filename into KML constructor. 2010-10-19 10:05:33 -07:00
Nick Foster
76f884e81f Copyright assignment. 2010-10-18 09:59:08 -07:00
Nick Foster
ac0b796d1d KML generation in there but not tested 2010-10-18 00:14:28 -07:00
Nick Foster
627b820b6e Database inputs working. 2010-10-17 22:17:48 -07:00
Nick Foster
468cb726cb Removed old USRP driver version. We are UHD-only now. 2010-10-17 19:47:09 -07:00
Nick Foster
33b04c292c Reorganized things quite a bit. Much cleaner output interface.
Made a single registry of output plugins which gets populated on init with classes to output on a socket, print to screen, database, etc. Next step is to implement a SQLite database class.
2010-10-17 19:45:19 -07:00
Nick Foster
7727b7c902 Fixed some bugs where I was treating sample data as an integer. Allows use with UHD without multiplying everything up by 64K. =)
Also changed the reference level printout to show dB instead of sample value. This seems more useful. 0dB is full scale.
2010-09-20 11:09:59 -07:00
Nick Foster
13c5acca52 Added uhd_modes.py, a UHD port of the usrp_modes.py program. Basically the same but takes a rate instead of a decimation.
Right now there's a 1e6 gain block in there because old USRP spit out roughly 1e6x data as USRP2. Haven't investigated this for USRP vs USRP2 yet. Don't know why blocks care, actually.
2010-09-15 15:25:09 -07:00
Nick Foster
4a92b250ea Compiles. Ready to go. 2010-09-14 22:10:57 -07:00
Nick Foster
e39021ff8a Initial commit 2010-09-14 22:01:56 -07:00