Summary: | Add support for waterfall plot | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | Rick Chern <rchern> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kst |
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2005-01-03 20:58:24 UTC
What I meant by a 'waterfall plot' in the document is a way of showing the evolution of spectral content of a data stream. X is Time Y is frequency Z is fourier amplitude. So a slice at fixed X is the power spectrum of the data in that time slice. A slice at fixed Y is the time evolution of that spectral component. Consult google for more information. Most examples use 3d mesh plots, but kst would display them as an image, with Z as color. I find this clearer anyway (though not as high-tech looking). We could achieve this using the morlet wavelet, and having the user specify the necessary parameters. The result would be an image. This would be quite flexible, though would necessarily assume that the data is evenly sampled in time (unless we want to get into unevenly sampled transforms). Yes. This is a good example. I might consider a more general case of apodised fourier transforms, of which this is a subset, to allow for spectral coadding, for the case where the user is interested in the evolution of incoherent noise and low q resonences, like we have in psd's now. On January 11, 2005 01:22 pm, Andrew Walker wrote: > ------- You are receiving this mail because: ------- > You are the assignee for the bug, or are watching the assignee. > > http://bugs.kde.org/show_bug.cgi?id=96247 > > > > > ------- Additional Comments From arwalker sumusltd com 2005-01-11 19:22 > ------- We could achieve this using the morlet wavelet, and having the user > specify the necessary parameters. The result would be an image. This would > be quite flexible, though would necessarily assume that the data is evenly > sampled in time (unless we want to get into unevenly sampled transforms). > _______________________________________________ > Kst mailing list > Kst@kde.org > https://mail.kde.org/mailman/listinfo/kst Added CSD object but holding off on slave matrix creation until the matrix/datasource re-working has been agreed upon. Cumulative Spectral Decays (CSDs) have been implemented with output matrices. |