audio_wm/new_extract.h
2025-02-10 23:13:41 +08:00

9 lines
199 B
C++

#pragma once
#include <vector>
using namespace std;
int new_wm_extract(const wchar_t* path, int* wm);
vector<double> YXju_extract(vector<vector<double>> Gp_w, vector<int> b, double Delta, int M);