CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    5

    JTFA(Joint Time Frequency Analysis)

    I want to make signal analysis program with C or C++.
    I will use joint time frequency analysis, so I must code "Gabor Spectrogram", "STFT(Short Time Fourier Transform)", "Wigner-Ville" and etc.
    Who have source of that kind or know related sites ?

  2. #2
    Join Date
    Jun 2002
    Location
    Germany
    Posts
    1,557
    Hello Lighter,

    For real-discrete FFT's I use FFTW (http://www.fftw.org/). There is platform-independent source code for one-dimensional and multi-dimensional transforms available at this site. The code is, in my opinion, fast. However, it seems like you are looking for a different algorithm. Perhaps the site has some kind of a link.

    P.S. This forum might be the wrong place to look for informatin about numerical algorithms. There are mostly questions about Visual C++ programming here.

    Good luck.

    You're gonna go blind staring into that box all day.

  3. #3
    Join Date
    Jun 2002
    Location
    Germany
    Posts
    1,557
    Sorry about the comment relating to the Visual C++ forum. We are, in fact, on the generic C++ (non-Visual C++) forum page. Had forgotten where I was.

    Chris.

    You're gonna go blind staring into that box all day.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured