statistical filtering algorithms in IDL [message #32679] |
Thu, 31 October 2002 11:12  |
robb
Messages: 1 Registered: October 2002
|
Junior Member |
|
|
Has anyone implemented the Kalman filter in IDL? From what I
understand this filter technique is built into every GPS receiver and
it is an excellant way to increase the signal to noise ratio (SNR) in
many different applications. I'm interested in using this filter to
help resolve weak signals in the output of a single-photon sensing APD
detector. The output of such a detector is a "TTL" pulse for every
detected photon and the count-rate history of the detector is recorded
as the # of pulses in short time intervals (10-100 usec) - a digital
record. The noise in the system comes from various sources: shot
noise in the APD itself, optical noise from the light source (Raman
scatter, etc) and other sorts of unwanted photons - all stochastic.
The Kalman filter or extended Kalman filter might really help increase
the SNR. I'm looking for a jump start in implementing this algorithm.
|
|
|
Re: statistic [message #34458 is a reply to message #32679] |
Thu, 13 March 2003 13:12  |
JD Smith
Messages: 850 Registered: December 1999
|
Senior Member |
|
|
On Thu, 13 Mar 2003 11:49:22 -0700, Antonio wrote:
> I everybody, I am stuck on problem.
>
> I have a distribution of data and I want to plot the histogram. But, in
> this histogram, I want to weight (with a function that I known) each
> data that fall inside the interval n, n+1.
>
> Is there any routine to do that?
>
> Thank a lot!
See the HISTOGRAM tutorial, problem: "Total data together according to a
separate list of indices", where your weight vector is the data vector:
http://www.dfanning.com/tips/histogram_tutorial.html
JD
|
|
|