Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Indoor Radio Channel (2GHz)

Status
Not open for further replies.

quirk

Electrical
Joined
Aug 5, 2002
Messages
2
Location
GB
During an experiment we measure the amplitude of a signal and its phase.Some files were produced.After that we plot the values amplitude-freq and phase-freq.Now i have to apply the auto correlation on each frequency in order to calculate the coherence bandwidth using matlab. The textbooks are not very helpful.Is anybody can give me some hints?
 
Suggestion: The normalized version of cross-correlation function is called the coherence function. It is defined as:
Cf,g(u)=Hf,g(u)/[Hf(0) x Hg(0)]**0.5
with property of:
-1 <=Cf,g(u)<=+1 for all u
where
Hf,g=integral from -infinity to +infinity of [f(t)g(t-u)]dt=integral from -infinity to +infinity of [f(t-u)g(t)]dt
and
Hf(u)=integral from -infinity to +infinity of [f(t)f(t+u)]dt=integral from -infinity to +infinity of [(f(t-u)f(t)]dt
Hg(u)=integral from -infinity to +infinity of [g(t)g(t+u)]dt=integral from -infinity to +infinity of [g(t-u)g(t)]dt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top