CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dosilegecko

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    756

    nested for loops

    In Matlab I'm trying to find the nearest value of time1 to each value of time2 without going over the specific value of time2.

    Is there a way to speed this up? It's very slow.
    Here is my current...
  2. Replies
    0
    Views
    858

    finding certain data points

    The 'find' function is slow, how can I make this faster?

    So I have two time bases: n1/44100 and m/48000, where n1 and n2 are integers. n ends at 176400, m ends at 192000.

    n2 = n1+1 (for...
  3. Replies
    4
    Views
    14,236

    Re: Upsampling algorithm

    Thank you, that works just fine. I avoided interpolation this way by simply up-then-down converting.

    I may work on the implementation using interpolation in case upsampling by 640 and downsampling...
  4. Replies
    4
    Views
    14,236

    Re: Upsampling algorithm

    I see, I am not a proficient coder however, and am having trouble writing the actual interpolation algorithm.

    I could also upsample 11025 by 4x to 44100, interpolate to 48000, then downsample by...
  5. Replies
    4
    Views
    14,236

    Upsampling algorithm

    Hey, I need to find an algorithm that will upsample from 11.025 kHz to 16.0 kHz. I am having trouble writing one. Does anyone have any insight or has anyone done this before?

    Regards,
    Dave
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured