添加声源分析模块 #7

Merged
pkx2w7qjn merged 13 commits from zhaochang_branch into master 19 hours ago

13 Commits (master)

Author SHA1 Message Date
赵昌 ed014e08a0 chore: cleanup CMakeLists, expand .gitignore, add CHANGELOG
1 day ago
赵昌 e451d75ab5 feat(demo): Add --help, fix run_demo.bat path, add iostream to classifier
1 day ago
赵昌 31e2470090 feat(tests): Add boundary tests, model error messages, gitattributes
1 day ago
赵昌 6abe18d417 style(acoustic): Complete size_t -> std::size_t cleanup across all files
1 day ago
赵昌 25ce259113 feat(classifier): Add JSON label map support, fix encapsulation
1 day ago
赵昌 c5c16ad74b style(acoustic): Unify size_t to std::size_t, fix hardcoded SPL, add threshold CLI
1 day ago
赵昌 4a6908df18 fix(ros): Update ROS wrapper to match current Pipeline API
1 day ago
赵昌 81879be4bc perf(fft): Replace DFT with Cooley-Tukey FFT (33x speedup)
1 day ago
赵昌 9911ad279d fix(tests): Rewrite all test files to match current API
1 day ago
赵昌 40379d174f perf(acoustic): Optimize classifier and demo, remove dead code
1 day ago
赵昌 8dddc3fd48 refactor(acoustic): Add docs, gitignore, cleanup deps, enhance WAV reader
1 day ago
赵昌 6928e85232 refactor(acoustic): Multiple quality improvements
1 day ago
赵昌 e589cdd874 feat(acoustic): Recover full acoustic analyzer module with buildable demo
1 day ago