audio_wm/new_extract.h

9 lines
199 B
C
Raw Permalink Normal View History

2025-02-10 23:13:41 +08:00
#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);