Merge remote-tracking branch 'origin/dev' into fastddc
This commit is contained in:
commit
f3c78f3fc5
1 changed files with 1 additions and 1 deletions
2
csdr.c
2
csdr.c
|
@ -966,7 +966,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
//Do the output
|
||||
if(octave) printf("taps=[");
|
||||
for(int i=0;i<length;i++) printf("%f ",taps[i]);
|
||||
for(int i=0;i<length;i++) printf("%g ",taps[i]);
|
||||
if(octave) printf("];plot(taps);figure(2);freqz(taps);\n");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue