Search:

Type: Posts; User: remosewa

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,479

    I attempted to do cross correlation by following...

    I attempted to do cross correlation by following these instructions here: fft - How do I implement cross-correlation to prove two audio files are similar? - Signal Processing Beta - Stack Exchange
    ...
  2. Replies
    8
    Views
    1,479

    I'm trying to find cases where a speaker will...

    I'm trying to find cases where a speaker will repeat themselves, so it will be the same speaker recorded with the same hardware... etc, there might be slight fluctuations in how they said the word...
  3. Replies
    8
    Views
    1,479

    How to use DFT/FFT (Conceptual)

    So I have two pieces of audio and I would like to see how similar they are... i.e. determine if a person is saying the same thing in each piece of audio. I've heard from many places that generating...
  4. Thread: void types

    by remosewa
    Replies
    4
    Views
    980

    Solved: I changed Node to NodeData to help...

    Solved:

    I changed Node to NodeData to help distinguish the two.

    Was:


    insertAfterLast(list, &node);
  5. Thread: void types

    by remosewa
    Replies
    4
    Views
    980

    Sorry, being a little lazy I guess, but they are...

    Sorry, being a little lazy I guess, but they are in separate files. Here is the code I'm using to retrieve them:



    NodeRef test = *(NodeRef *) getFirst(list);


    and from list:
  6. Thread: void types

    by remosewa
    Replies
    4
    Views
    980

    void types

    Ok, so I made a linked list in C, and I'm trying to make it store datatypes that the List doesn't necessarily know about (I guess generic programming?). So far I have tried using the datatype "void"...
Results 1 to 6 of 6