kfr
kfr copied to clipboard
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
How can i use this lib to do wavelet denoising? Can you give some example?
One question is how to do this with arbitrarily good quality (FIR?, alternatives to overlap/add?).
Hi, The performance benchmarks shows great results, but on the other hand let us wonder if the accuracy is as good. Thank you, Alex.
`kfr` is available as a port in [vcpkg](https://github.com/microsoft/vcpkg), a C++ library manager that simplifies installation for `kfr` and other project dependencies. Documenting the install process here will help users get...
Hello, From the Hann window prototype, it seems that it is only providing support for symmetric window. Is it possible to add support for such specific features ?
Hello, I would be interested in using tf representation for a filter that I designed. Is there any existing interface to turn tf coefficients into zpk representation and opposite ?...
Hello @dancazarin , I would like to resample my signal and apply a filter bank to my input signal. I have done some attempt of implementation on my own, but...
Hello, Is such elliptic filter implemented in KFR DSP ? I couldn't find any hint from source code, if so is there some plan for that ?
Hello, I would like to make a progress bar when computing large Fourier transform. This would be a great feature.. Knowing the total number of Fourier coefficients to compute and...