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.

Algorithm for finding inflection points in sine wave

Status
Not open for further replies.

djnik1362

Full Member level 2
Full Member level 2
Joined
Aug 9, 2010
Messages
136
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Location
IRAN
Activity points
2,374
Hi

In a situation i must analyze a signal that is sum of of two sine wave at
F1 and F2 frequencies . (F1 and F2 < 1 KHz --- F2 = F1 * 9).


pic.jpg

After digitizing the composite signal i can use a low-pass FIR filter
to extract F1 sine wave and use a band-pass FIR filter for F2 sine wave.

After filtering i must find inflection points of these waves.

But because of simplicity of this signal i thinking about analyzing source
digitized signal before filtering . (Because filtering may have cost to me)

Is there any standard algorithm for finding these inflection points ?
Because of noise on digitized data may be there is a big jitter in detected points.
Is this working for precision instrumentation ?

Thanks for your support.
 

Re: Inflection Detection

Do you know something about these signals ?
I´m asking because, if someone is generated by mains line, an digital inexpensive noch filter could be easilly achieved ( just working w/ sampling rate ).

Otherwise, you could perform digital filtering to get just 1 signal ( i.e. the one with higher frequency ), and obtain the other by subtraction.
However, you must deal with an issue, that is the fact of intersection method on noisilly signals are not reliable.

Other point, is that if the 2 signals are most closer in the frequency spectrum, more innacurate will be the result.


+++
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top