blob: bbb96229c1d167e470532c7c680b958c37224332 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "iowa-hills-dsp",
"version": "0.1.0",
"description": "A platform-independent C/C++ library with many DSP (digital signal processing) functions, amongst also FIR and IIR filter design - but also FFT, DFT, Goertzel and Windowing functions.",
"homepage": "https://github.com/hayguen/iowahills_dsp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}
|