please dont rip this site

SX Microcontroller DSP Math Method

8bit 16 step Averageing filter by Andrew Warren

    ; Written by Andrew Warren [fastfwd at ix.netcom.com].
    A couple days ago, I wrote that an averaging filter of the form:

          (WIDTH-1)*AVE + NEW
    AVE = -------------------
                 WIDTH

was "absurdly simple" if WIDTH = 256.  A couple of people have asked
in private email for the code; here it is:

AVEHI	equ	[ANY FILE REGISTER]	;Holds the average [0-255].
AVELO	equ	[ANY FILE REGISTER]	;Holds the fractional part
                                          ;of the average.
NEW	equ	[ANY FILE REGISTER]	;Holds the new sample.

    FILTER256:

	mov	W, AVEHI
	mov	W, NEW-w
	sb	C
	dec	AVEHI
	add	AVELO, W
	snb	C
	inc	AVEHI

7 words, 7 instruction cycles, "NEW" is unchanged.


file: /Techref/scenix/lib/math/dsp/av-256w-aw_sx.htm, 1KB, , updated: 2004/6/10 14:40, local time: 2024/4/16 05:23,
TOP NEW HELP FIND: 
3.133.12.172:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.sxlist.com/techref/scenix/lib/math/dsp/av-256w-aw_sx.htm"> PIC Microcontroller DSP Math Method 8bit 16 step Averageing filter</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to sxlist.com!


Site supported by
sales, advertizing,
& kind contributors
just like you!

Please don't rip/copy
(here's why

Copies of the site on CD
are available at minimal cost.
 

Welcome to www.sxlist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .