Some new commands (threshold and fskdemod) that act on the graph window

This commit is contained in:
d18c7db 2009-07-19 11:00:24 +00:00
commit 67853904cc
2 changed files with 227 additions and 89 deletions

View file

@ -214,7 +214,7 @@ void ModThenAcquireRawAdcSamples125k(int delay_off,int period_0,int period_1,BYT
void AcquireTiType(void)
{
int i;
int n = 4000;
int n = sizeof(BigBuf);
// clear buffer
memset(BigBuf,0,sizeof(BigBuf));