Time-Varying & Time-Invariant Systems

Time-Invariant System The system is time invariant if the behaviour and characteristic of the system are fixed over time. In other words, a system is said to be time invariant if a time shift in the input signal causes an identical time shift in the output signal. It means that  for continuous time if x(t) → y(t), then x(t-to) → y(t-to) … Read more

Linear and Non-Linear Systems

Linear System A system is said to be linear if superposition principle is applicable to the system. Superposition Principle The response resulting from several input signals can be computed as the sum of the responses resulting from each input signal acting alone. Let x1(t) and x2(t) be the two inputs. The corresponding responses/output are y1(t) … Read more

Program to add two 16-bit numbers without Carry

Q. Write an 8085 program and draw a flowchart to add two 16-bit numbers without considering the carry.(8085 Microprocessor Program) Flowchart/Algorithm Program Address Mnemonics Operand Opcode Comments 2000 LHLD 3000H 2A Load H-L pair with 1st operand from 3000H. 2001 00 Lower-order of 3000H. 2002 30 Higher-order of 3000H. 2003 XCHG EB Exchange H-L pair … Read more