Skip to content

Commit

Permalink
Add note about sqrt_hz_at
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jul 5, 2024
1 parent cb6e284 commit d1c70c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ where
#[allow(clippy::excessive_precision)]
rate_noise_density: 0.03
* match bw {
// TODO: Use bw.sqrt_hz_at(odr)
Bandwidth::Narrowest => match odr {
OutputDataRate::Hz95 => 3.5355339059327378, // √(12.5 Hz)
OutputDataRate::Hz190 => 3.5355339059327378, // √(12.5 Hz)
Expand Down

0 comments on commit d1c70c3

Please sign in to comment.