Mandar Chitre

Results 59 issues of Mandar Chitre

Maybe related to #302 ? But I consistently get this while using PackageCompiler on a pretty much empty project with just 1 dependency (`TimeZones.jl`): ``` ERROR: LoadError: Unable to automatically...

e.g. square aspect ratio

enhancement

In `bartlett` and `capon`, the steering vector is scaled by `sqrt()` of number of sensors. Should it be number of sensors instead? Also, the `fc = 0` case needs scaling...

unconfirmed

`comms.diff_encode()` and `comms.diff_decode()` don't work correctly for QPSK or higher order modulation

- [ ] `freqresp()` has been renamed to `plotfreqresp()` as `DSP.jl` just introduced a `freqresp` function that conflicts. Should we keep this name or is there a better alternative? -...

Currently `toframe()` on a range returns a vector, and one has to cast it into a range like this: ``` UnitRange(toframe(a:b, x)...) ``` This should be replaced by: ``` toframe(a:b,...

enhancement

### Discussed in https://github.com/org-arl/UnderwaterAcoustics.jl/discussions/44 Originally posted by **pabloborys** May 4, 2022 Hi, I am getting this error when trying to set up the env variable. env = UnderwaterEnvironment() Error displaying...

bug

Currently `PekerisRayModel` works well with `Measurements.jl`, but `RaySolver` does not. Improve compatibility.

enhancement