Bug 126642 - Should be able to calculate noise effective bandwidth
Summary: Should be able to calculate noise effective bandwidth
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-02 23:14 UTC by Andrew Walker
Modified: 2006-09-19 20:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2006-05-02 23:14:58 UTC
Version:           HEAD (using KDE KDE 3.5.0)
OS:                Linux

An LFI requirement reads:

"It shall be possible to calculate the noise effective bandwidth from an input scientific data stream (applicable only to LFI scientific data; moreover the calculation will make sense, very likely, for data in differenced mode)."
Comment 1 Andrew Walker 2006-06-05 21:52:27 UTC
The description of the algorithm is described in section 3.2.6 of the Planck LFI "LFI calcibration and testing data analysis methods" (PL-LFI-PST-TN-068)
Comment 2 Netterfield 2006-06-19 03:58:29 UTC
Should be a plugin; can be implemented now, or we may want to wait until later in the summer for the new plugin system.  We need to decide on a schedule for the new plugin system.
Comment 3 Duncan Hanson 2006-06-19 18:06:15 UTC
I've implemented this already, just waiting for it to be tested before I
commit.

On Mon, 2006-06-19 at 01:58 +0000, netterfield@astro.utoronto.ca wrote:
[bugs.kde.org quoted mail]
Comment 4 Duncan Hanson 2006-06-19 20:23:25 UTC
SVN commit 553023 by dhanson:

CCBUG:126642 implementation of plugin. left out of build for now.

 A             effective_bandwidth (directory)  
 A             effective_bandwidth/Makefile.am  
 A             effective_bandwidth/effective_bandwidth.cpp   [License: GPL (v2+)]
 A             effective_bandwidth/effective_bandwidth.xml  
Comment 5 George Staikos 2006-09-18 15:43:37 UTC
  Would you like work to start on this in the new plugin branch as another 
proof-of-concept?
Comment 6 George Staikos 2006-09-18 20:43:51 UTC
hm didn't realize this was already done.  If it's mathematically correct and suited to task, we could port this to the new system.
Comment 7 Adam Treat 2006-09-19 20:05:36 UTC
I've ported Duncan's plugin to the new system as discussed and enabled it in the pluginify branch build.  See revision #586478.