tmp
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user