Motor de Búsqueda de Datasheet de Componentes Electrónicos
  Mexican  ▼
ALLDATASHEET.COM.MX

X  

ISOSD61TR Datasheet(PDF) 13 Page - STMicroelectronics

No. de pieza ISOSD61TR
Descripción Electrónicos  High accuracy isolated Sigma-Delta modulator
PDF  23 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Fabricante Electrónico  STMICROELECTRONICS [STMicroelectronics]
Página de inicio  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

ISOSD61TR Datasheet(HTML) 13 Page - STMicroelectronics

Back Button ISOSD61TR Datasheet HTML 9Page - STMicroelectronics ISOSD61TR Datasheet HTML 10Page - STMicroelectronics ISOSD61TR Datasheet HTML 11Page - STMicroelectronics ISOSD61TR Datasheet HTML 12Page - STMicroelectronics ISOSD61TR Datasheet HTML 13Page - STMicroelectronics ISOSD61TR Datasheet HTML 14Page - STMicroelectronics ISOSD61TR Datasheet HTML 15Page - STMicroelectronics ISOSD61TR Datasheet HTML 16Page - STMicroelectronics ISOSD61TR Datasheet HTML 17Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 13 / 23 page
background image
%output_dec is 1x(samples/dec_fact)
nbits = 25;
accbits = 46; %minimum accumulator size
dutbits = 16;
stages = 3;
dec_fact = 256;
dim = size(in);
samples = dim(2);
feed_state = zeros(1,stages);
fwd_state = zeros(1, stages);
i = 1;
out_feed_state = 0;
for k=1:samples
if ( i > 1 )
output(k) = round(out_feed_state * 2^((dutbits-1)));
else
output(k) = 0;
end
if ( k == dec_fact*i )
output_dec(i) = round(out_feed_state * 2^((dutbits-1)));
in_fwd = feed_state(stages);
fwd_sum = 0;
for s=1:stages
fwd_sum += fwd_state(s);
end
out_feed_state = in_fwd - fwd_sum;
si = stages;
while(si > 1)
fwd_sum = 0;
for s=1:(si-1)
fwd_sum += fwd_state(s);
end
fwd_state(si) = in_fwd - fwd_sum;
si--;
end
fwd_state(1) = in_fwd;
i++;
end
si = stages;
while(si > 1)
feed_state(si) = feed_state(si) + feed_state(si-1);
si--;
end
feed_state(1) = feed_state(1) + in(k)* 2^(-(nbits-1));
end
end
ISOSD61
Theory of operation
DS13605 - Rev 11
page 13/23



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


Datasheet Descarga

Go To PDF Page


Enlace URL



¿ALLDATASHEET es útil para Ud.?  [ DONATE ] 

Todo acerca de Alldatasheet   |   Publicidad   |   Contáctenos   |   Política de Privacidad   |   Enlace a la hoja de datos    |   Intercambio de Enlaces   |   Lista de Fabricantes
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com