Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

remove cumulative noise

Status
Not open for further replies.

Tsourouflas

Newbie level 2
Newbie level 2
Joined
Apr 11, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,297
Hi all, i am new to this site and i would like your help on a matter.

i am calculating the SDM (self distance matrix) of a song represented by its chromagram. since the SDM is symmetric i continue with the lower left triangle of it. that far all good.

next step is i want to detect line segments for each diagonal .
i calculate the sum for each diagonal and put it in F(k), so that F(1) corresponds to the sum of the 1st diagonal f(2) the second and so on..

next step is 'removing cumulative noise' and here is where i need your help:

-> im told i have to "detrend" F(k) to remove cumulative noise
-> it should be achieved by calculating a lowpass filtered version of F(k) using a FIR filter with 50 taps, the value of each coefficient being 1/50.
-> next the lowpass filtered version of F(k) is subtracted from F(k)


i saw the other threads about fir filters but it didnt help me that much.

any suggestions, explanations, code on this matter is highly appreciated.
i thank you in advance,
nik
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top