I have a signal sampled from a hardware, s. I would like to compute the coherence of the sampled signal given a single frequency, f. Below are the approaches I can think of.
- Base on
fgenerate a synthetic signal and compute the coherence ofsand the synthetic signal. - Use
SNRsimilar approach with frequency range[f - a, f + a]to compute theSNRofsas its coherence level, whereais a threshold.
I know both approach are not the right way to do it. There are just the possible solutions come to my mind. I would like to know how to do it right.
s. But I'm given a desired signal frequencyffor ideal case. I would like to compute how close the signalswith the ideal case. Perhaps coherence is not the right word here. – NcJie May 27 '13 at 08:50sis not a pure sinusoid, it can be any signal polluted by noise. The objective is to compute the level of frequencyfwith a threshold,ain signals. If all frequency insfall into[f - a, f + a]then it should give 1.0 – NcJie May 27 '13 at 13:06