mkfilter | FIR filter creation and analysis utilities
kandi X-RAY | mkfilter Summary
kandi X-RAY | mkfilter Summary
FIR filter creation and analysis utilities for UNIX-like OSes
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mkfilter
mkfilter Key Features
mkfilter Examples and Code Snippets
Community Discussions
Trending Discussions on mkfilter
QUESTION
I got a Bw BP C code from here, https://www-users.cs.york.ac.uk/~fisher/mkfilter, as commented in other OS topics, and made a 250Hz, 4th order, passing from 10 to 20Hz.
Below is the code of this filter, adapted from the code provided at this site, and added the lines to multiply the real and imaginary parts of the input signal (coming from a fw FFT R2C):
...ANSWER
Answered 2018-Jul-31 at 22:35The generated C code is the recurrence relation which describes the filter behaviour in the time domain. Each index refers to a sample of the filtered input signal (what you might get from an ADC).
You 'broke' the code by:
- Adding a 9th sample, where there should be none.
- Somehow splitting the data in real/imaginary components (Q/I ?) which is not what the code is intended for.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mkfilter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page