Skip to content

Commit faf358e

Browse files
authored
Update w3d_sim.cpp
1 parent c59e1c9 commit faf358e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bbn_wave_freq_m5atomS3/data-sim/w3d_sim.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ const std::map<WaveType, std::vector<TuningIMU>> tuning_map = {
9191
// { tau_eff, sigma_a_eff, R_S_eff } // R_S_eff = <numerator> / kf
9292
{ 0.47746, 0.52831, 0.0103391 / kf }, // Tp=3.0, Hs=0.27
9393
{ 0.90718, 0.93033, 0.1250327 / kf }, // Tp=5.7, Hs=1.5
94-
{ 1.35282, 1.26148, 0.28870 / kf }, // Tp=8.5, Hs=4.0
95-
{ 1.81437, 1.66874, 0.5112 / kf } // Tp=11.4, Hs=8.5
94+
{ 1.35282, 1.26148, 0.27870 / kf }, // Tp=8.5, Hs=4.0
95+
{ 1.81437, 1.66874, 0.5312 / kf } // Tp=11.4, Hs=8.5
9696
}}
9797
};
9898

0 commit comments

Comments
 (0)