Reply by Flavia March 9, 20052005-03-09
Hola!

Creo que mejor te hablo en espanol. 
Problemas? todos.

De momento creo que ya he conseguido que est� todo en I2S mode para
96kHz sample rate. Configur� los registros del AD y los de los puertos
0 y 2. Aunque a�n no lo tengo muy claro. C�mo puedo estar segura de
que est� muestreando a 96kHz? Y de todas formas no voy poder sacar
nada porque el clock y el framsync del puerto 2 no est�n unidos a
nada. Pero lo que quiero es el resultado de la correlaci�n que calcula
el DSP (como una chirp signal)plotearlo con el VisualDSP, vamos que no
necesito volver a pasarlo por el DA.
Y los puertos 1 y 3 los uso para configurar el AD1836.

Ahora estoy intentando recoger las muestras que meto por una de los
conectores de entrada en un buffer para al plotear con el VisualDSP
poder ver la senal. Pero de momento sin mucho �xito.He tratado de
hacer �sto en la rutina de recepcion de muestras:

        b0 = _input_fir;	l0 = @_input_fir;
	m0 = 1;
	r0 = dm(_rx0a_buf + Internal_ADC_L0);	
        f0 = float r0 by r1;	
        dm(_Left_Channel_In0) = r0;		
	r2 = dm(_Left_Channel_In0);	
        dm(i0,m0) = r2;
        r0 = dm(_rx0a_buf + Internal_ADC_L0);	
        f0 = float r0 by r1;	
        dm(_Left_Channel_In0) = r0;		
	r2 = dm(_Left_Channel_In0);	
        dm(i0,m0) = r2;
        r0 = dm(_rx0a_buf + Internal_ADC_L0);	
        f0 = float r0 by r1;	
        dm(_Left_Channel_In0) = r0;		
	r2 = dm(_Left_Channel_In0);	
        dm(i0,m0) = r2;

para ver c�mo entran 3 muestras a mi buffer, pero s�lo si lo ejecuto
paso a paso veo las 3 muestras diferentes, si lo dejo correr me guarda
3 muestras iguales.

Y si trato de hacer un loop por ejemplo para guardar en mi buffer 200
muestras:
me las guarda pero una encima de la otra, o sea que al final s�lo veo
la �ltima.

�sto del buffer es para luego pasar un bloque de muestras a la funcion
fir en c que viene en la librer�a pero que s�lo trabaja con bloques de
muestras.

Alguna idea?

Saludos y gracias,
Flavia

---------------------------------------------------------------------------



"Jaime Andr&#4294967295;s Aranguren Cardona" <jaac@nospam.sanjaac.com> wrote in message news:<1110349558.2eb15d1f413a4935df551aa8d7061f85@teranews>...
> Hello, > > What are the problems you are experiencing? What have you done so far? > > -- > ------------------------------ > Jaime Andr&#4294967295;s Aranguren Cardona > jaac@sanjaac.com > SanJaaC Electronics > Soluciones en DSP > www.sanjaac.com > > > "Flavia" <flavia_rafols@yahoo.es> escribi&#4294967295; en el mensaje > news:d2006f11.0503080744.5c8f0036@posting.google.com... > > Hi! > > > > Have someone programier a fir filter for this ADSP-21161 EZ-Kit and > > for 96kHz sample rate? > > > > I am new in the DSP world. > > Have someone worked with the ADSP-21161 EZ-Kit? > > I need to program a correlation. That&#4294967295;s mean a matched filter, als a > > fir filter? > > I need 96kHz sample rate for the AD. That&#4294967295;s mean I2S mode but there is > > not a lot of examples for I2S mode configuration. > > > > I need Help!!! > > > > Thanks and regards, > > Flavia
Reply by Matthieu Garcia March 9, 20052005-03-09
Flavia wrote:
> Hi! > > Have someone programier a fir filter for this ADSP-21161 EZ-Kit and > for 96kHz sample rate? > > I am new in the DSP world. > Have someone worked with the ADSP-21161 EZ-Kit? > I need to program a correlation. That&#4294967295;s mean a matched filter, als a > fir filter? > I need 96kHz sample rate for the AD. That&#4294967295;s mean I2S mode but there is > not a lot of examples for I2S mode configuration. > > I need Help!!! >
Try Analog Devices online documentation : http://www.analog.com/processors/resources/beginnersGuide/index.html
Reply by March 9, 20052005-03-09
Hello,

What are the problems you are experiencing? What have you done so far?

-- 
------------------------------
Jaime Andr&#4294967295;s Aranguren Cardona
jaac@sanjaac.com
SanJaaC Electronics
Soluciones en DSP
www.sanjaac.com


"Flavia" <flavia_rafols@yahoo.es> escribi&#4294967295; en el mensaje 
news:d2006f11.0503080744.5c8f0036@posting.google.com...
> Hi! > > Have someone programier a fir filter for this ADSP-21161 EZ-Kit and > for 96kHz sample rate? > > I am new in the DSP world. > Have someone worked with the ADSP-21161 EZ-Kit? > I need to program a correlation. That&#4294967295;s mean a matched filter, als a > fir filter? > I need 96kHz sample rate for the AD. That&#4294967295;s mean I2S mode but there is > not a lot of examples for I2S mode configuration. > > I need Help!!! > > Thanks and regards, > Flavia
Reply by Flavia March 8, 20052005-03-08
Hi!

Have someone programier a fir filter for this ADSP-21161 EZ-Kit and
for 96kHz sample rate?

I am new in the DSP world. 
Have someone worked with the ADSP-21161 EZ-Kit?
I need to program a correlation. That&#4294967295;s mean a matched filter, als a
fir filter?
I need 96kHz sample rate for the AD. That&#4294967295;s mean I2S mode but there is
not a lot of examples for I2S mode configuration.

I need Help!!!

Thanks and regards,
Flavia