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

  • SEARCH
  • Home
  • 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 6730835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:27:24+00:00 2026-05-26T10:27:24+00:00

I have taken the FFT in Matlab in this given way. X=fft(t); % Take

  • 0

I have taken the FFT in Matlab in this given way.

X=fft(t); % Take Fourier Transform
T=abs(X); % Take real parts of transform
T=T(1:n/2);

I’m interested in finding the centroid frequency of this plot. I understand that the centroid freuency is given as:

enter image description here

Where x(n) represents the weighted frequency value, or magnitude, of bin number n, and f(n) represents the center frequency of that bin.

Now I am tempted to say that f(n) are the values from T in my script, but those are the absolute values of the imaginary and real components of the FFT and so I don’t know how to find the x(n) which is supposed to be a weighted frequency.

  • 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-05-26T10:27:24+00:00Added an answer on May 26, 2026 at 10:27 am

    You say that f(n) is the centre-frequency of the n-th bin; this is nothing to do with your data. It’s simply a function of your sampling frequency:

    f(n) = n * fs / N
    

    You can of course, factor this out in your above equation:

    centroid = (fs / N) * SUM { n x(n) } / SUM { x(n) }
    

    It sounds like x is what you’ve called T in your code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have taken this example from this given below site which is not working
I have taken this little snippet straight out of some code I'm working on:
I have taken over a project that was build from suggestions in this Dan
I have taken this code from Changing the background color of a UIAlertView? UIAlertView
I take a song sample and perform the FFT (fast Fourier transformation) on the
I have taken algorithms course this semester and I am trying to solve a
I have taken a manifest from one of the answers posted here in SO
I have taken following array; to fill-up gallery: private Integer[] mImageIds = { R.drawable.one,
I have taken a imageview in applicationDidFinishLaunching as shown below. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary
i have taken the default asp.net mvc template and customized to work for me.

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.