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 7836231
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T14:02:36+00:00 2026-06-02T14:02:36+00:00

I have a float array that I get from a sensor and want to

  • 0

I have a float array that I get from a sensor and want to get the amplitude after running the signal through a FFT (before that, samples were processed using high-pass filter and Hann window function).

Using AForge.Math library FFT class, which takes as a parameter an array of complex numbers I’ve came up with the following code:

Complex[] complex = new Complex[1024];
for (int i = 0; i < 1024 - 1; i++)
{
     complex[i] = new Complex(windowedSamples[i], 0);
}

FourierTransform.FFT(complex, FourierTransform.Direction.Forward);
return complex.Select(x =>  Math.Sqrt(Math.Sqrt(x.Re) + Math.Sqrt(x.Im))).ToArray();

Running this I got some strange results and have trouble locking on the problem.

First 10 input values:

0 0 -3.8454E-05 0.0001737584 0.0006910793 0.001071334 0.00204984 0.00276812 0.001741312 0.001796867

First 10 output values:

0.482303347948843 0.706458195192639 NaN NaN NaN NaN NaN NaN NaN NaN

My first guess was that it might be something with the imaginary part but so far everything I’ve read said that it should be set to 0 in this case.

I would really appreciate some help solving this.

  • 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-02T14:02:39+00:00Added an answer on June 2, 2026 at 2:02 pm

    This expression

    Math.Sqrt(Math.Sqrt(x.Re) + Math.Sqrt(x.Im))
    

    looks a bit strange to me. Are you trying to get the absolute value of x here? Then you should probably raise the imaginary and the real part to the power of two, not take the square root of them.

    If the absolute value is what you want then just replace that expression with

    x.Magnitude
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say that i have the following array : float QuadVertices[4 * 2]; float
I have some Thread count pCount and I have some float[] array. I want
I have 1000 float datas in an array. I want to separate into different
I have a structure in my program that contains a particular array. I want
I'm trying to get a string in my call from an array. But have
I ran some CUDA code that updated an array of floats. I have a
If I have this float array declaration: float tables[10]; How can I change the
Let's say I have defined an array float floatBuffer[4] and I have a struct:
I have a Java array defined already e.g. float[] values = new float[3]; I
I have a C++ code which has 3 array declarations. float A[NUM]; float B[NUM];

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.