Apply a digital filter (direct form II transposed): Difference between revisions

m
→‎{{header|C}}: Remove vanity tags
m (→‎{{header|C}}: Remove vanity tags)
Line 12:
Given the number of values a coefficient or signal vector can have and the number of digits, this implementation reads data from a file and prints it to the console if no output file is specified or writes to the specified output file. Usage printed on incorrect invocation.
<lang C>
/*Abhishek Ghosh, 25th October 2017*/
 
#include<stdlib.h>
#include<string.h>
10,333

edits