Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

INSTRUMENTATION

SIMULATION OF AC BRIDGE CIRCUITS

MAXWEL BRIDGE:
This bridge is used to measure unknown inductance and resistance, in terms of known capacitance. MATLAB CODE:
function maxwel(R1,R2,R3,C1) Lx=R2*R3*C1 Rx=R2*R3/R1

VALUES FOUND ARE: >> maxwel(1000,1000,1000,.000001) Lx = 1

Rx = 1000

SIMULATION RESULTS:

C1 1F V1 12 Vrms 10 Hz 0 R3 1.0k

R1 1.0k U1
+

R2 1.0k

Lx 1H

AC 10MOhm Rx 1.0k

You might also like