New Reply

implementing gaussian filter in C

 
Share Thread
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 engineering news on PhysOrg.com

>> Multiview 3-D photography made simple
>> Giant 3-D printed bugs shed light on insect anatomy
>> A microphone that listens with light
New Reply

Similar discussions 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