This commit is contained in:
2025-07-16 14:06:31 +08:00
parent 31bcd2d2bf
commit 4e7f5eeb7a
92 changed files with 155 additions and 133 deletions

View File

@@ -25,9 +25,9 @@
* Also add information on how to contact you by electronic and paper mail.
******************************************************/
#include "../lib/core.h"
#include "../lib/io.h"
#include "../lib/algorithm.h"
#include "gctl/core.h"
#include "gctl/io.h"
#include "gctl/math.h"
using namespace gctl;
@@ -64,7 +64,7 @@ void average_radian_spec(const array<double> &in_freq, const array<double> &in_p
if (!bin.empty())
{
bin_arr.import_vector(bin);
bin_arr.input(bin);
out_power[i] = bin_arr.mean();
out_std[i] = bin_arr.std();
}