define analog subtractor?
Answers
Answered by
0
Answer:
something that is similar or comparable to something either in general or in some specific detail : something that is analogous to something else historical analogues to the current situation an aspirin analogue
Answered by
1
Answer:
Explanation:
Analog subtractor :
In electronics, a subtractor can be designed using the same approach as that of an adder. The binary subtraction process is summarized below. As with an adder, in the general case of calculations on multi-bit numbers, three bits are involved in performing the subtraction for each bit of the difference: the minuend ({\displaystyle X_{i}}X_{i}), subtrahend ({\displaystyle Y_{i}}Y_{i}), and a borrow in from the previous (less significant) bit order position ({\displaystyle B_{i}}B_{{i}}). The outputs are the difference bit ({\displaystyle D_{i}}D_{{i}}) and borrow bit {\displaystyle B_{i+1}}B_{{i+1}}. The subtractor is best understood by considering that the subtrahend and both borrow bits have negative weights, whereas the X and D bits are positive. The operation performed by the subtractor is to rewrite {\displaystyle X_{i}-Y_{i}-B_{i}}X_{{i}}-Y_{{i}}-B_{{i}} (which can take the values -2, -1, 0, or 1) as the sum {\displaystyle -2B_{i+1}+D_{i}}-2B_{{i+1}}+D_{{i}}.
{\displaystyle D_{i}=X_{}\oplus Y_{i}\oplus B_{i}}{\displaystyle D_{i}=X_{}\oplus Y_{i}\oplus B_{i}}
{\displaystyle B_{i+1}=X_{i}<(Y_{i}+B_{i})}B_{i+1}=X_{i}<(Y_{i}+B_{i})
Subtractors are usually implemented within a binary adder for only a small cost when using the standard two's complement notation, by providing an addition/subtraction selector to the carry-in and to invert the second operand.
{\displaystyle -B={\bar {B}}+1}-B={\bar {B}}+1 (definition of two's complement notation)
{\displaystyle {\begin{alignedat}{2}A-B&=A+(-B)\\&=A+{\bar {B}}+1\\\end{alignedat}}}{\displaystyle {\begin{alignedat}{2}A-B&=A+(-B)\\&=A+{\bar {B}}+1\\\end{alignedat}}}
Similar questions