10秒均值,标准归一化

This commit is contained in:
2022-12-06 09:24:10 +08:00
commit b3731b4443
5 changed files with 365 additions and 0 deletions

12
vcpkg.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "fault-diagnosis",
"version": "1.0.0",
"dependencies": [
"fmt",
"spdlog",
"yaml-cpp",
"cpr",
"nlohmann-json"
]
}