Skip to content

Commit 2b54054

Browse files
committed
firdes_lowpass_f output is more accurate now.
1 parent 3bd1797 commit 2b54054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csdr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ int main(int argc, char *argv[])
848848

849849
//Do the output
850850
if(octave) printf("taps=[");
851-
for(int i=0;i<length;i++) printf("%f ",taps[i]);
851+
for(int i=0;i<length;i++) printf("%g ",taps[i]);
852852
if(octave) printf("];plot(taps);figure(2);freqz(taps);\n");
853853

854854

0 commit comments

Comments
 (0)