Sign in

username:

password:



Not a member?

Search Sci.Electronics.Design



Search tips

design by Keywords

8051 | Amplifier | AVR | CMOS | Converter | DAC | Diode | FPGA | GPS | I2C | IDE | Laser | LCD | MOSFET | Op-amp | Oscillator | Oscilloscope | PID | PLL | PSU | PWM | RFID | RS232 | RS485 | SMPS | Spice | Transformer | Transistor | TTL | USB | VCO

Ads

See Also

DSPEmbedded SystemsFPGA

design | THD+N, Dynamic Range, Noise floor


There are 6 messages in this thread.

You are currently looking at messages 0 to 6.

THD+N, Dynamic Range, Noise floor - Mahen K - 2010-01-29 08:21:00

I am trying to build  a USB sound card and trying to finalize the
specs. It will have USB to I2S converter (part of PCM2706) connected
to DAC. Since PCM2706 is only doing USB to I2S format conversion,
samples (WAV) and sample rate (16 bit, 48Khz) remain unchanged. Shall
I safely take that PCM2706 USB-I2S conversion will not alter the
following parameters before passing the digital audio to the DAC.
(assuming no jitter)

THD+N
Noise Floor
Dynamic Range
SNR

Thanks
-m



test - Robert Elson - 2010-01-29 08:51:00

test

Re: THD+N, Dynamic Range, Noise floor - Jeroen Belleman - 2010-01-29 09:01:00

Mahen K wrote:
> I am trying to build  a USB sound card and trying to finalize the
> specs. It will have USB to I2S converter (part of PCM2706) connected
> to DAC. Since PCM2706 is only doing USB to I2S format conversion,
> samples (WAV) and sample rate (16 bit, 48Khz) remain unchanged. Shall
> I safely take that PCM2706 USB-I2S conversion will not alter the
> following parameters before passing the digital audio to the DAC.
> (assuming no jitter)

Of course. That's the beauty of digital. As long as you don't change
the numbers, signal quality is preserved perfectly. Aren't you in
over your head a little if you need to ask such questions?

Jeroen Belleman

Re: THD+N, Dynamic Range, Noise floor - Ban - 2010-01-29 09:13:00

"Mahen K" <m...@gmail.com> schrieb im Newsbeitrag 
news:7...@t34g2000prm.googlegroups.com...
>I am trying to build  a USB sound card and trying to finalize the
> specs. It will have USB to I2S converter (part of PCM2706) connected
> to DAC. Since PCM2706 is only doing USB to I2S format conversion,
> samples (WAV) and sample rate (16 bit, 48Khz) remain unchanged. Shall
> I safely take that PCM2706 USB-I2S conversion will not alter the
> following parameters before passing the digital audio to the DAC.
> (assuming no jitter)
>
> THD+N
> Noise Floor
> Dynamic Range
> SNR
>

A bit is a bit is a bit. You can degrade the quality by bad layout, which is 
the analogue part of the task, but if you just migrate the hardware to the 
dongle or whatever it should do a decent job. Of course the supply has to be 
well decoupled and filtert.
ciao Ban 



Re: THD+N, Dynamic Range, Noise floor - MooseFET - 2010-01-29 09:23:00

On Jan 29, 5:21=A0am, Mahen K <mahen....@gmail.com> wrote:
> I am trying to build =A0a USB sound card and trying to finalize the
> specs. It will have USB to I2S converter (part of PCM2706) connected
> to DAC. Since PCM2706 is only doing USB to I2S format conversion,
> samples (WAV) and sample rate (16 bit, 48Khz) remain unchanged. Shall
> I safely take that PCM2706 USB-I2S conversion will not alter the
> following parameters before passing the digital audio to the DAC.
> (assuming no jitter)

The "assuming no jitter" could turn out to be the place where your
design fails.
You need to make that "making sure to keep the jitter within the
specs"
The jitter of the timing is the one place where noise etc can sneak
into your
design.  The digital signals cn be considered perfect except for this
issue.

The noise floor can be lost if you let the digital bits leak into the
audio
part of the design.

>
> THD+N
> Noise Floor
> Dynamic Range
> SNR
>
> Thanks
> -m


Re: THD+N, Dynamic Range, Noise floor - JosephKK - 2010-01-31 15:44:00

On Fri, 29 Jan 2010 05:21:19 -0800 (PST), Mahen K <m...@gmail.com> =
wrote:

>I am trying to build  a USB sound card and trying to finalize the
>specs. It will have USB to I2S converter (part of PCM2706) connected
>to DAC. Since PCM2706 is only doing USB to I2S format conversion,
>samples (WAV) and sample rate (16 bit, 48Khz) remain unchanged. Shall
>I safely take that PCM2706 USB-I2S conversion will not alter the
>following parameters before passing the digital audio to the DAC.
>(assuming no jitter)
>
>THD+N
>Noise Floor
>Dynamic Range
>SNR
>
>Thanks
>-m

That should be OK, however, you will need data buffering to deal=20
with the bursty, discontinuous nature of USB.