Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | AIC23, DC coupled?

There are 5 messages in this thread.

You are currently looking at messages 0 to 5.


AIC23, DC coupled? - =?ISO-8859-1?Q?=C0ine_Canby?= - 2003-06-29 11:01:00

I'm guessing that the AIC23 is AC coupled. Does anyone know at what
frequencies this audio codec begin to induce phase shifts? Would below
40Hz be a reasonable assumption? Lower still perhaps?
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: AIC23, DC coupled? - =?ISO-8859-1?Q?=C0ine_Canby?= - 2003-06-30 09:29:00



a...@yahoo.com (Àine Canby) wrote in message news:<5...@posting.google.com>...
> I'm guessing that the AIC23 is AC coupled. Does anyone know at what
> frequencies this audio codec begin to induce phase shifts? Would below
> 40Hz be a reasonable assumption? Lower still perhaps?


I can use an all-pass filter to fix the phase distortion for low
frequency signals, correct?
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: AIC23, DC coupled? - Jerry Avins - 2003-06-30 13:31:00

Àine Canby wrote:
> 
> I'm guessing that the AIC23 is AC coupled. Does anyone know at what
> frequencies this audio codec begin to induce phase shifts? Would below
> 40Hz be a reasonable assumption? Lower still perhaps?

Is a data sheet available?

Jerry
-- 
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: AIC23, DC coupled? - Al Clark - 2003-06-30 14:17:00

Jerry Avins <j...@ieee.org> wrote in news:3...@ieee.org:

> Àine Canby wrote:
>> 
>> I'm guessing that the AIC23 is AC coupled. Does anyone know at what
>> frequencies this audio codec begin to induce phase shifts? Would below
>> 40Hz be a reasonable assumption? Lower still perhaps?
> 
> Is a data sheet available?
> 
> Jerry


The full part number is TLV320AIC23 (TI). This part is very similar to the 
Wolfson WM8731. (Pins 21 & 22 are swapped).

It operates on a single supply. Like virtually all new audio converters it 
assumes AC response. Usually the lower frequency limit is determined by the 
external capacitors. 


-- 
Al Clark
Danville Signal Processing, Inc.
--------------------------------------------------------------------
Purveyors of Fine DSP Hardware and other Cool Stuff
Available at http://www.danvillesignal.com
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: AIC23, DC coupled? - Grasso - 2003-07-03 17:46:00

>I can use an all-pass filter to fix the phase distortion for low
>frequency signals, correct?

I would rather build a amplitude equalizer which also linearizes the
phase. Say you have 10Hz -3dB cutoff and want to shift that to 2Hz, so
you must apply 15dB gain (10/2) at 2Hz. One implements that filter as
IIR filter, so one needs rather much footroom. Other people can tell
you more about the different IIR filter forms. 

One could also use bigger capacitors in the inputs. If you have the
AIC23 datasheet you should also watch out for a highpass on the
digital side, which codecs often have nowadays in order to fix
possible DC offset caused by the input stage of the A/D-C.

Uli

-- 
------- http://grassomusic.de -------
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.