]> git.rkrishnan.org Git - dttsp.git/blobdiff - jDttSP/spectrum.h
Major update
[dttsp.git] / jDttSP / spectrum.h
index adef3dc4c169c6aa91f58e7a329dbc95fb7d3113..52575baf214c6118d01b211f37196e06b0af0435 100644 (file)
@@ -64,6 +64,7 @@ Bridgewater, NJ 08807
 #define SPEC_SEMI_RAW  (0)
 #define SPEC_PRE_FILT  (1)
 #define SPEC_POST_FILT (2)
+#define SPEC_POST_AGC  (3)
 
 typedef
 struct _spec_block {
@@ -72,7 +73,7 @@ struct _spec_block {
   CXB accum, timebuf, freqbuf;
   int fill, buflen, rxk, scale, size, type;
   REAL *window;
-  float *output;
+  float *output, *oscope;
   int planbits;
   fftw_plan plan;
 } SpecBlock;