Registry / other / kfr
library6.3.1vcpkgunverified

Fast, modern C++ DSP framework.

vcpkg install kfr
INSTALL
IMPORT
SIG · KFR
K
kfr
othercppv6.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kfr/base.hpp
#include <kfr/base.hpp>

Compute FFT of a sine wave using KFR

#include <kfr/base.hpp> #include <kfr/dsp.hpp> #include <iostream> int main() { using namespace kfr; auto signal = sin(linspace(0, 2 * c_pi, 100)); auto fft_result = dft(signal); std::cout << "FFT computed, size: " << fft_result.size() << "\n"; return 0; }
Debug
Known issues
gotchaKFR requires SSE/AVX support on x86 or NEON on ARM; falls back to slow scalar code otherwise.
fix
Ensure your target CPU supports SIMD instructions, or compile with appropriate flags.
affects: *
Upgrade
Version history
6.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

kfr — pip install kfr · libregistry