Mandar Chitre
Mandar Chitre
@apatlpo agree. Opened new issue org-arl/UnderwaterAcoustics.jl#31 to track this. Please post there, if you have steps/code I can use to reproduce the problem, including details of setup (ideally your Manifest.toml...
@elaprime Other than the plot inversion issue, is this issue resolved? If so, we can close this one, and track the plot inversion issue in org-arl/UnderwaterAcoustics.jl#31.
BELLHOP does support range dependent SSP. Just the `Bellhop()` model in `UnderwaterAcoustics.jl` doesn't yet support it (https://github.com/org-arl/AcousticsToolbox.jl/issues/6), but the support can be added. The `RaySolver()` model in `UnderwaterAcoustics.jl`, however, does...
A lot of the noise due to wave breaking comes from ringing of bubbles. Although `UnderwaterAcoustics.jl` has some support for bubble acoustics (e.g. `bubbleresonance()` etc), we do not have readymade...
The propagation modeling API is designed to work on complex analytic signals, as the phase of the signal needs to be carried through the propagation model (since reflecting boundaries or...
Yes, thanks for the feedback. In fact, I will see if I can do a step better and automatically promote the array to an analytic version if you pass in...
Already fixed along the way... automatically promotes to complex analytic: (tested with v0.3.0) ```julia julia> env = UnderwaterEnvironment(); julia> pm = PekerisRayModel(env,8); julia> rx = AcousticReceiver(500.0, -10.0) UnderwaterAcoustics.BasicAcousticReceiver{Float64}((500.0, 0.0, -10.0))...
No worries, take your time. The green light is on the need for library I/O for various model inputs/outputs. We'd probably want to discuss the formats and API before you...
We can discuss it on the draft PR. I'll take a look and comment there. You should convert the draft PR to a PR only at a time you feel...
Good idea!