Re: SNR computation in SRC (cntd..)



The documentation on the analog devices sample rate conversion chips has some
good theory info. Start here and also check out the datasheets for the parts
mentioned:

http://www.analog.com/en/content/0,2886,765%255F807%255F9690,00.html

By the way, if it were me, I would do this in one stage rather than 4. It is
much simpler to implement that way (though probably requires more memory, but
that's not generally an issue in Matlab).

--
Jon Harris
SPAM blocker in place:
Remove 99 (but leave 7) to reply


"Govind" <govind_s@xxxxxxxxxxxxxxxx> wrote in message
news:WoqdnUGsSq4auN_eRVn-gQ@xxxxxxxxxxxxxxx
> >Govind <govind_s@xxxxxxxxxxxxxxxx> wrote:
>>
>>> I am trying to compute SNR with the method you've
>>> suggested. This time I am trying upconversion of a signal from
>>> 8KHz to 44.1KHz. I have implemented a four stage SRC code in
>>> matlab (with ratios 3/2, 3/2, 7/5 and 7/4 with filter taps 414,
>>> 54, 84 and 70 respectively using remez algorithm). I multiply the
>>> output by a factor of 441 (3*3*7*7) in time domain to compensate
>>> for interpolation stage losses. The frequency response seems
>>> to be good. But still I am getting SNR not more than 30-40 DB.
>>
>>You could consider using Lagrangian interpolation instead of
>>this cascade of filters.
>>
>>Steve
>>
>
> Hi Steve,
>
> Thanks for the reply. I have started looking for interpolation methods.
> Would you like to suggest/give me related docs or book?
>
> Govind
>
> This message was sent using the Comp.DSP web interface on
> www.DSPRelated.com


.



Relevant Pages

  • Re: Positive image interpolation
    ... so any interpolation methods returning negative values does not ... reconstruction (interpolation process), even if you use an interpolation ... anything wrong with the choice of interpolation function. ... preprocessing technique that calculates new control points such that the ...
    (sci.image.processing)
  • Re: Positive image interpolation
    ... so any interpolation methods returning negative values does not ... and properly low-pass filter it before sampling ... reconstruction (interpolation process), even if you use an interpolation ... represented more accurately by the interpolating function. ...
    (sci.image.processing)
  • Re: How to interpolation in frequency domain will not affect time domain signal?
    ... There are many different interpolation methods. ... it to get 100 frequency domain points, ... a million unknowns when all we have is 100 knowns, ...
    (comp.dsp)
  • Re: Matlab interp function
    ... of the interpolation methods are you using? ... only time-savings available would be in setting up the data structures ... that are getting passed to those mex routines. ... Have you profiled to see which part of the interpolation routine ...
    (comp.soft-sys.matlab)