Martin Hauke
|
75765d49b7
|
Fixed many typos in output and source code comments
|
4 years ago |
Andreas Eversberg
|
f91e6f5034
|
Make libdebug not depend on libdisplay
|
5 years ago |
Andreas Eversberg
|
0b129d3c7f
|
libdisplay: Removing dependency from libmobile
|
5 years ago |
Andreas Eversberg
|
c49ee3b2a8
|
Remove dependencies between debug, displays and mncc-console
Test functions are cleaned up, due to removed dependencies.
|
5 years ago |
Andreas Eversberg
|
016e72d6d7
|
Restructure: Move display from common code to 'libdisplay'
|
5 years ago |
Andreas Eversberg
|
ab59a26a51
|
Restructure: Move mobile from common code to 'libmobile'
|
5 years ago |
Andreas Eversberg
|
ed31a26eba
|
Restructure: Move sample from common code to 'libsample'
|
5 years ago |
Andreas Eversberg
|
ba036de226
|
Add function to display measurements on screen
Use 'm' key to toggle display.
|
5 years ago |
Andreas Eversberg
|
aef4cf0997
|
Make spectrum display nicer by plotting continuous lines between samples
|
6 years ago |
Andreas Eversberg
|
04fd1ddcea
|
Use thread to record and playback wave files without blocking
|
6 years ago |
Andreas Eversberg
|
7e45f556ce
|
Correcting all levels and move all remaining integer samples to sample_t
The leves are based on the standards of each mobile network. They
are adjusted to the specified frequency deviation now.
|
6 years ago |
Andreas Eversberg
|
7ea3bc188d
|
Move samples of int16_t format to sample_t, that is of type double
This prepares the correction of all levels
|
6 years ago |
Andreas Eversberg
|
d28467c125
|
SDR: Display IQ data as a plot using 'q' key
|
6 years ago |
Andreas Eversberg
|
d52d0242bf
|
Output enhancements
* no more flicker on wave form display while scrolling
* dialing console gets cleared/overwritten correctly
* fixes on stderr output
|
6 years ago |
Andreas Eversberg
|
0a83b19a99
|
common code: Display wave form in color
Show 0-line as blue and curve as green and channel number as white.
|
6 years ago |
Andreas Eversberg
|
6c1b6119ad
|
common code: Display multiple wave forms for each channel used
Use 'w' key to enable/disable RX wave form display.
|
6 years ago |
Andreas Eversberg
|
7d5d3da8d3
|
Add function to display wave form from input/loop
Use 'w' to toggle display.
Move terminal input processing and main loop to main_common.c
|
7 years ago |