-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Acoustics Module #349
Acoustics Module #349
Changes from 73 commits
a319b33
8a8664d
61ff635
c648c24
091bc64
4fb4bcf
865429e
43a70e7
3c941e4
7663273
5f89bd6
5ca2dc5
70ddf6d
9bb3c41
24674f1
4f13ccb
6e869f1
4ecaa66
4cdbe03
20deee4
ecbdfae
f843cd1
a52e0c0
b6f47c7
948c6b9
1fd72f0
d330162
dffc74c
216c1b0
3450e10
05acb13
74733dc
e80ba78
e194da3
2409e0c
57c8d02
c294b05
7252d9f
53961e7
d5ebdd3
defad06
452ddce
3396692
9159e32
38180bb
c74fddf
984d5e2
cd2bac5
764433c
38489b4
fd5148f
48318ba
c45a604
b933690
5417cfe
2fc8527
57a1922
f899f76
d560041
e7e7a02
09d08fb
b4b9ac2
a186779
db0edab
5ac20ad
68dc32a
8fe42de
0de1b6a
378ea29
22512f1
4f0c18b
5a1b8f3
cc6bb2b
3ab73b1
3d3e0c8
dbb9f0e
768ca0b
9569a49
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Frequency,Analog Sensitivity, | ||
1,-223.49, | ||
1.183,-220.8, | ||
1.399,-218.13, | ||
1.655,-215.41, | ||
1.958,-212.68, | ||
2.316,-209.91, | ||
2.74,-207.12, | ||
3.241,-204.29, | ||
3.834,-201.45, | ||
4.535,-198.58, | ||
5.364,-195.69, | ||
6.345,-192.79, | ||
7.506,-189.85, | ||
8.879,-186.9, | ||
10.5,-183.93, | ||
12.42,-180.93, | ||
14.7,-177.92, | ||
17.38,-174.97, | ||
20.56,-172.16, | ||
24.33,-169.61, | ||
28.78,-167.69, | ||
34.04,-166.52, | ||
40.26,-165.96, | ||
47.63,-165.81, | ||
56.34,-165.85, | ||
66.65,-165.95, | ||
78.84,-166.05, | ||
93.26,-166.13, | ||
110.3,-166.2, | ||
130.5,-166.25, | ||
154.4,-166.28, | ||
182.6,-166.29, | ||
216,-166.29, | ||
255.5,-166.27, | ||
302.2,-166.24, | ||
357.5,-166.17, | ||
422.9,-166.03, | ||
500.3,-165.79, | ||
591.8,-165.47, | ||
700,-164.87, |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remote: warning: File examples/data/acoustics/RBW_6661_20240601_053114.wav is 87.89 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB Any way we could get this a little smaller and maintain a good example? |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
""" | ||
The `acoustics` package of the MHKiT (Marine and Hydrokinetic Toolkit) library | ||
provides tools and functionalities for analyzing and visualizing passive | ||
acoustic monitoring data deployed in water bodies. This package reads in raw | ||
wav files and conducts basic acoustics analysis and visualization. | ||
""" | ||
|
||
from mhkit.acoustics import io, graphics | ||
from .analysis import * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remote: warning: File examples/data/acoustics/6247.230204150508.wav is 54.93 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
Any way we could get this a little smaller and maintain a good example?