Thread Closed

signal decimation

 
Share Thread Thread Tools
Nov9-06, 02:13 AM   #1
 

signal decimation


Can anybody tell a few good sources for 1dimentional signal decimation? Either books or URLs?

I know how to use the "decimate" function in matlab thus perform decimation, but my goal is to code a function in matlab (or C) to perform the same process. That is why I need the theory behind decimation.

Thanks
 
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> Researchers use light projector and single-pixel detectors to create 3-D images
>> GPS solution provides 3-minute tsunami alerts
>> Single-pixel power: Scientists make 3-D images without a camera
Jan10-09, 10:41 AM   #2
 
i don't know your application but in decimation filtering and down sampling is perform in a paralle way . suppose if we down sample first and then we will filter with low pass filter we have to face alising while if we do filtering first then down sample then also it its useless as we have to spend a lots of memory to store the FIR data so what we do is every time when we delay signal by one sample,we down sample it and multiply it with FIR coeeficient in this way we acchieve both the things

y(n)=[N-1]\sum[i=1]h(i)*X(Mn-i);

i know its a bit confussing but try to google
 
Thread Closed
Thread Tools


Similar Threads for: signal decimation
Thread Forum Replies
How do you convert 3 Volt Control signal to 5 Volt control signal Electrical Engineering 5
Possible alien signal found! The 1977 WOW signal General Discussion 4
Low frequency signal Electrical Engineering 2
Low signal amp? Electrical Engineering 2
conversion of sound signal to electrical signal Electrical Engineering 3