Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
Ruby/GSL
Summary
Forums
Tracker
Surveys
News
SCM
Files
Wiki
Forums
|
Admin
Discussion Forums:
help
Start New Thread
Nested
Flat
Threaded
Ultimate
Show 25
Show 50
Show 75
Show 100
By:
Darius Rb
RE: DFT implemeted? [ reply ]
2009-08-10 03:21
I am playing with this. I have successfully used FFT, but I don't really understand which of these examples would be best applied to DFT
sorry for my confusions
By:
Yoshiki Tsunesada
RE: DFT implemeted? [ reply ]
2009-08-04 01:38
See examples/fft/*.rb.
By:
Darius Rb
DFT implemeted? [ reply ]
2009-08-03 21:32
the underlying gsl_dft_complex_forward is in gsl docs here:
http://search.cpan.org/~leto/Math-GSL-0.07/lib/Math/GSL/DFT.pm
Does this exist in rb-gsl by some other name/algorithm?
n00b