mkfilter | FIR filter creation and analysis utilities

 by   encryptio C Version: Current License: Non-SPDX

kandi X-RAY | mkfilter Summary

kandi X-RAY | mkfilter Summary

mkfilter is a C library. mkfilter has no bugs, it has no vulnerabilities and it has low support. However mkfilter has a Non-SPDX License. You can download it from GitHub.

FIR filter creation and analysis utilities for UNIX-like OSes
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              mkfilter has a low active ecosystem.
              It has 6 star(s) with 0 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              mkfilter has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of mkfilter is current.

            kandi-Quality Quality

              mkfilter has no bugs reported.

            kandi-Security Security

              mkfilter has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              mkfilter has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              mkfilter releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mkfilter
            Get all kandi verified functions for this library.

            mkfilter Key Features

            No Key Features are available at this moment for mkfilter.

            mkfilter Examples and Code Snippets

            No Code Snippets are available at this moment for mkfilter.

            Community Discussions

            QUESTION

            Butterworth BP filtering in C/C++, strange spectrum
            Asked 2018-Jul-31 at 22:35

            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:35

            The 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:

            1. Adding a 9th sample, where there should be none.
            2. Somehow splitting the data in real/imaginary components (Q/I ?) which is not what the code is intended for.

            Source https://stackoverflow.com/questions/51622889

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install mkfilter

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/encryptio/mkfilter.git

          • CLI

            gh repo clone encryptio/mkfilter

          • sshUrl

            git@github.com:encryptio/mkfilter.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link