Thanks for this report! Other than that 'frequency' is misspelled in the function name, I think both of the plotting functions look quite useful. If they fit in well in the plotting library and you are interested in doing so, you should think about contributing them to the main Sage codebase. Maybe the plotting one should start with plot_...
I don't know whether any of the subsystems included in Sage have the Gabor transform etc. natively, but perhaps someone else here will know. Since these are basically Numpy functions, they would be easy to include as well, though likely in a slightly different form - for instance, perhaps the Gaussian function has a Pynac equivalent, if we wanted access to that later on - or maybe not. Anyway, likely there is a module these would fit in. Anyone else have comments? - kcrisman On Nov 20, 2:58 pm, Eugene Goldberg <[email protected]> wrote: > Hi all! > > I am using sage from time to time for a year in education. > Unfortunately, I couldn't find default functions to do some > operations, so I wrote my own functions. For now here are just a few > functions, but I believe in time I'll describe them all. > > I've placed them in Google Code project page, my be someone will find > them useful for his purpose. > > http://code.google.com/p/libradiosage/ > > Everything described in wiki page: > > http://code.google.com/p/libradiosage/wiki/Introduction > > ---- > > By the way, I'd like to say thank you to all developers of sage and > internal components. You are doing a great job! > > Best regards, Eugene. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
