Network analysis (electrical circuits): Difference between revisions

Content deleted Content added
NEROmust (talk | contribs)
No edit summary
m caps
 
Line 274:
 
====Boolean analysis of switching networks====
A switching device is one where the non-linearity is utilised to produce two opposite states. CMOS devices in digital circuits, for instance, have their output connected to either the positive or the negative supply rail and are never found at anything in between except during a transient period when the device is switching. Here the non-linearity is designed to be extreme, and the analyst can take advantage of that fact. These kinds of networks can be analysed using [[Boolean algebra (logic)|Boolean algebra]] by assigning the two states ("on"/"off", "positive"/"negative" or whatever states are being used) to the booleanBoolean constants "0" and "1".
 
The transients are ignored in this analysis, along with any slight discrepancy between the state of the device and the nominal state assigned to a booleanBoolean value. For instance, booleanBoolean "1" may be assigned to the state of +5V. The output of the device may be +4.5V but the analyst still considers this to be booleanBoolean "1". Device manufacturers will usually specify a range of values in their data sheets that are to be considered undefined (i.e. the result will be unpredictable).
 
The transients are not entirely uninteresting to the analyst. The maximum rate of switching is determined by the speed of transition from one state to the other. Happily for the analyst, for many devices most of the transition occurs in the linear portion of the devices transfer function and linear analysis can be applied to obtain at least an approximate answer.
 
It is mathematically possible to derive [[Boolean algebra (structure)|booleanBoolean algebra]]s that have more than two states. There is not too much use found for these in electronics, although three-state devices are passingly common.
 
====Separation of bias and signal analyses====