jLab
jLab copied to clipboard
A Matlab toolbox for big data analysis, signal processing, mapping, and oceanographic applications.
Should not `cellprune(x)` just remove empty cells? It appears to remove cells of length 1 as well. To not remove cells of length 1, it should be called as `cellprune(x,0)`.
Thank you for open-sourcing this. Looking at definition of analytic signals, I've noted the transform from real to analytic to be `s(t) -> s(t) + js^(t)`, i.e. the _real part...
Is the syntax `ellipseplot(k,l,th,z,'axis')` supported? It is not described in the help but still listed as a possible "usage". It would be nice for this feature to work but it...
Addresses #13. Note that for odd lengths, not halving last bin (non-Nyquist) is proper and preserves analyticity, but loses fast decay. This decay seems irrelevant for CWT, but not if...
just a tiny typo
This change is needed otherwise you cannot set the length of the colormap
Hi Jonathan, Nice package and thanks for sharing your MATLAB code. I am trying to install jLab, but the jlab_addpath.m seems to want to add a 'jdata' module that I...
Line 93 of matsave load the just saved matlab structure but this command on line 93 fails if the current folder contains a space in its name. It happens in...