epfl-lts2 / gspbox

Graph Signal Processing in Matlab
https://epfl-lts2.github.io/gspbox-html/
GNU General Public License v3.0
136 stars 56 forks source link

Updated utils functions #10

Closed dshuman1 closed 6 years ago

dshuman1 commented 6 years ago

Updates:

  1. gsp_cheby_eval: Allow for arange to start at nonzero value
  2. gsp_cheby_op: Allow for arange to start at nonzero value
  3. gsp_compute_fourier_basis: Introduced parameter option to force it to use svd instead of eig
mdeff commented 6 years ago

Thanks for your contribution @dshuman1. :) As we don't maintain this toolbox anymore, I'm not gonna check it and will trust you on that.

mdeff commented 6 years ago

PS: did you consider using our python version? It's up-to-date, maintained, and well documented.