firdes_lowpass_f output is more accurate now.
This commit is contained in:
parent
3bd1797b89
commit
2b54054a9f
1 changed files with 1 additions and 1 deletions
2
csdr.c
2
csdr.c
|
@ -848,7 +848,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