This commit is contained in:
2025-07-23 11:09:05 +08:00
parent 93b125cbd5
commit 7bd7a8a09b
4 changed files with 25 additions and 51 deletions

View File

@@ -128,7 +128,8 @@ int main(int argc, char const *argv[]) try
}
_1d_array out_freq, out_power, out_std;
out_freq.resize(150, 1.0, 1.0);
out_freq.resize(150);
out_freq.sequence(1.0, 1.0);
average_radian_spec(pro_freq, pro_spec, out_freq, out_power, out_std);
std::ofstream ofile;