New Reply

implementing gaussian filter in C

 
Share Thread Thread Tools
Aug11-12, 08:25 PM   #1
 

implementing gaussian filter in C


I know due to the central limit theorem the Gaussian filter can be simplified to a weighted moving average.

I'm still understanding signals, but I know a moving average is

Y [ i ] = [itex]\frac{1}{N}[/itex][itex]\sum ^{N-1}_{j=0}[/itex] X[ i + j ]


From Wiki on Gaussian filter, if I process through a moving average for 4 or more times, it is an approximate of the Gaussian.

How would I do this ? I figured it would be some recursion, but any explanation?
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> NASA: Austin, calling Austin. 3-D pizzas to go
>> Research suggests modular design competence can benefit new product development
>> Army ground combat systems adopts tool for choosing future warfighting vehicles
New Reply
Thread Tools


Similar Threads for: implementing gaussian filter in C
Thread Forum Replies
Implementing Particle Filter with Matlab General Math 0
band pass filter and twin-T notch filter Advanced Physics Homework 7
How to filter noise from an inductive pickup. low pass filter. Electrical Engineering 2
Filter out Gaussian noise from data curve Set Theory, Logic, Probability, Statistics 2