The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 coherence

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
eno Posted - 04/14/2005 : 12:37:01 AM
Origin Version : 7.5SR5
Operating System: Win2000SV

I have two time seriese data, B(t) and C(t).
Can Origin calculate coherence of these data
as follows?

coherence = Wbc^2 / (Wbb * Wcc)

where Wbc is cross power spectrum of B(t) and
C(t), Wbb is power spectrum of B(t), and Wcc
is power spectrum of C(t).

eno

1   L A T E S T    R E P L I E S    (Newest First)
Leo_Li Posted - 04/18/2005 : 04:00:48 AM
Hello eno,

If my understanding is correct, you can simply:
1. FFT your B(t) and C(t) columns
2. Put all data produced by FFT in one worksheet. (Assume Real, Imaginary, Power data of B(t) are BR(f), BI(f), BP(f), and Real, Imaginary, Power data of C(t) are CR(f), CI(f), CP(f)),
3. Add a new column in the worksheet, then
4. Select "Set Column Values" in the context menu of the new column.
5. In the Edit field of the dialogbox, enter:

( ( BR(f)*CR(f) + BI(f)*CI(f) )^2 + (BI(f)*CR(f) - BR(f)*CI(f))^2 ) / (BP(f) * CP(f))

6. Click OK, the coherence column is created.

Pls let us know your further question.

Leo
OrignLab

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000