MantisBT - ParaView
View Issue Details
0005985ParaView(No Category)public2007-10-31 20:432009-05-13 13:46
Alan Scott 
Ken Moreland 
normalfeaturealways
closedfixed 
 
3.6 
0005985: Feature: ability to calculate FFT
A user has requested that ParaView add the ability to do FFT's on the time history data at a point (and I would assume, a cell). It would be nice to be able to do two or three such curves at a time.
No tags attached.
Issue History
2007-10-31 20:43Alan ScottNew Issue
2008-04-08 11:30Ken MorelandNote Added: 0011153
2008-04-08 11:30Ken MorelandStatusbacklog => tabled
2008-04-08 11:30Ken MorelandAssigned To => Berk Geveci
2008-04-08 11:31Ken MorelandCategory => 3.6
2009-02-16 17:22Ken MorelandAssigned ToBerk Geveci => Ken Moreland
2009-02-18 17:32Ken MorelandNote Added: 0015187
2009-03-10 13:03Ken MorelandNote Added: 0015619
2009-03-10 13:03Ken MorelandStatustabled => @80@
2009-03-10 13:03Ken MorelandResolutionopen => fixed
2009-03-16 13:09Alan ScottNote Added: 0015698
2009-03-16 13:09Alan ScottStatus@80@ => closed
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011153)
Ken Moreland   
2008-04-08 11:30   
Extracting the time history can be done with the plot over time filter. Perhaps this could be a filter that takes the output from that filter. Or perhaps it can use that filter internally.
(0015187)
Ken Moreland   
2009-02-18 17:32   
Would the user prefer the output of complex numbers to be real/imaginary components or magnitude/phase components?
(0015619)
Ken Moreland   
2009-03-10 13:03   
/cvsroot/ParaView3/ParaViewData/Baseline/FFTOverTime.png,v <-- FFTOverTime.png
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Applications/Client/CMakeLists.txt,v <-- Applications/Client/CMakeLists.txt
new revision: 1.201; previous revision: 1.200
/cvsroot/ParaView3/ParaView3/Applications/Client/Testing/XML/FFTOverTime.xml,v <-- Applications/Client/Testing/XML/FFTOverTime.xml
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/XML/ParaViewFilters.xml,v <-- Qt/Components/Resources/XML/ParaViewFilters.xml
new revision: 1.60; previous revision: 1.59
/cvsroot/ParaView3/ParaView3/Servers/Filters/CMakeLists.txt,v <-- Servers/Filters/CMakeLists.txt
new revision: 1.189; previous revision: 1.188
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkTableFFT.cxx,v <-- Servers/Filters/vtkTableFFT.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkTableFFT.h,v <-- Servers/Filters/vtkTableFFT.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml
new revision: 1.329; previous revision: 1.328
(0015698)
Alan Scott   
2009-03-16 13:09   
Thanks Ken!
Tested client/remote server.