Removed ADC Overload message and temporalily changed Wideband scope to 30.72 max frequency.

This commit is contained in:
n1gp 2015-04-05 17:29:31 -04:00
parent 805637d104
commit 5fb03c15b1
5 changed files with 6083 additions and 1 deletions

View File

@ -760,6 +760,7 @@ void QGLReceiverPanel::drawPanadapter() {
glEnd();
}
#if 0 // remove big red overload indicator
if (m_adcStatus == 2) {
glBegin(GL_TRIANGLE_STRIP);
@ -775,6 +776,7 @@ void QGLReceiverPanel::drawPanadapter() {
qglColor(QColor(255, 0, 0, 155));
m_oglTextHuge->renderText((x2-rectWidth)/2, y1+30, -3.5f, str);
}
#endif
}
else {

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,8 @@
//#define AGCOFFSET 33.0
#define MAXFREQUENCY 961440000
#define MAXHPFREQUENCY 61440000
//#define MAXHPFREQUENCY 61440000
#define MAXHPFREQUENCY 30720000
#define MINDBM -180
#define MAXDBM 10
#define MINDISTDBM -150

1586
Source/src/cusdr_settings.h~ Normal file

File diff suppressed because it is too large Load Diff

7
bak/README.md Normal file
View File

@ -0,0 +1,7 @@
This is a copy of VK5ABN, Berndt's cuSDR source
derived from his post: http://www.ping.net.au/20140126_cuSDR64src.tar.gz
I added local sound and up'd the number of recievers to 8
for librtlhpsdr.
I have only compiled and used this on linux.