I am looking for a chebyshev digital / analog low-pass filter for a windows forms project, preferably in C #, C ++ or c. Pseudocode will also be useful.
Here's a Tony Fisher web application that calculates coefficients for digital filters (common types FIR and IIR), displays the filter magnitude and phase response, and even creates an ANSI C function template:
http://www-users.cs.york.ac.uk/~fisher/mkfilter
as well as the design of an analog filter:
http://www-users.cs.york.ac.uk/~fisher/lcfilter
, , . . ( ), , , .
, DSP , .
Here is an effective C # chebyshev filter code example using NMath fft. Creating filter coefficients is not complicated and can be easily done online or with the help of a directory.
Source: https://habr.com/ru/post/1789051/More articles:Array byte compared to base 64 in RESTful web service - javaupdating mvcarray when moving marker - google-mapsBacking up a MySQL database and restoring it under a different name - sqlAjax page echo vs background Ajax / HTML direct manipulation? - javascriptUsing STR_to_DATE in PHP SQL Query - sqlIs there a way to pass a percentage (%) into a routine? - subroutineJQuery: binding .validate plugin to .live - javascriptA string of values, separated by commas or semicolons, in a Python list - pythonEntering decimal values ββin Edittext? - javaAndroid C ++ Gesture Code - c ++All Articles