Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8689347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:37:29+00:00 2026-06-12T23:37:29+00:00

There are 2 signals A(t), B(t) representing output power. A is a time delayed

  • 0

There are 2 signals A(t), B(t) representing output power. A is a time delayed output. How to implement this formula

 Cross_cor(delay)=[A(t + delay) − <A(t)>]*[B(t) − <B(t)>] / {[A(t)-<A(t)]^2 * [B(t)-<B(t)]^2} ^2
  1. I do not understand what the numerator implies?
  2. How to plot a color map or something like the surf plot whereby the different regions can be seen with different colors.
  3. How to obtain a plot of the cross correlation as a function of the delay shift time (delay X axis, Cross_corr on Y axis) so that the peak can be visualized?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T23:37:30+00:00Added an answer on June 12, 2026 at 11:37 pm

    I’m gonna say [X] is the mean of X then:

    R(dt) = [(A(t + dt) – [A(t)]) * (B(t) – [B(t)])]/(std(A) * std(B))

    The numerator is taking two functions A(t) and B(t) and centering them, this is what subtracting the mean does. I can create two new functions that make this all look a little bit easier:

    C(t) = A(t) – [A(t)]
    D(t) = B(t) – [B(t)]

    then:

    R(dt) = [C(t + dt) * D(t)]/(std(C) * std(D))

    Now I’m muliplying these two functions and taking the mean. If these two functions are moving exactly with one another this is going to be 1 which mean positive correlation.

    You can do this in Matlab by doing the following:

    a = randn(1,50);
    b = randn(1,50);
    
    x1 = mean((a - mean(a)) .* (b - mean(b)))/(std(a) * std(b))
    

    This give me the crosscor at dt = 0, for another dt do:

    x2 = mean((a(2:50) - mean(a(2:50))) .* (b(1:49) - mean(b(1:49))))/(std(a) * std(b))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way for me to implement custom fake signals in ksh? Currently
is there a Qt (I use Qt 4.7.1) widget that emit signals (not just
EDIT: Not related to signals/slots/connect. Problem was constructor calling constructor. There might be a
Is there any POSIX signals that I could utilize in my Perl program to
Is there a way to declare which signals are subscribed by a Python application
There are more or less straightforward ways to emit or listen signals of existing
According to the documentation : There is no way to block signals temporarily from
There's something I don't understand: I computes the spectral density of a signal (by
There is a column that exists in 2 tables. In table 1, this column
I have a class like the following representing a game Card. There are more

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.