UCD4IDS / ContinuousWavelets.jl

wide array of continuous wavelet transforms using Julia
https://dsweber2.github.io/ContinuousWavelets.jl/dev/
Other
21 stars 7 forks source link

Unused argument #53

Open kosukesando opened 4 months ago

kosukesando commented 4 months ago

Is the argument nSpace supposed to be used here? I'm having a hard time figuring out what computeWavelets and computeOmega does, as I thought omega meant the frequency(0~Nyquist) but it doesn't seem like computeOmega outputs that.

dsweber2 commented 4 months ago

it's a zombie argument that never got removed during a refactor. There's quite a bit I probably could simplify looking back at things.

What would you have expected differently for covering 0-Nyquist?