This is a band pass filter In band stop filter C2 is connected in between R1 and C1 (Requires inverting input) Low pass filter High Pass filter (LPF and HPF requires differential input) differentiation and integrator ADDER Subtractor (for integrator, differentiator,adder,subtractor requires inverting input) Diode logic Resistor transistor logic: dissipates more power 1}DCTL(direct coupled transistor logic):it is used for to save space 2}Resistor capacitor transistor logic:input resistor are parallel with capacitors Emitter coupled Logic: it uses NPN transistor in differential amplifier range of input voltages are used so BJT will not goes into saturation region it is due to very high switching speed also called common mode logic or current switch emmiter follower CMOS: it utilize power during transition in logic so it uses very less power Power Scale::P=@cv^2.....@ is activity factor CMOS have speed limitation due to in...
Data structures through C lang. Data structure is a way to store and organize the data in computer so that it can used efficientaly data structure have two type 1) abstract data type(ADT)(mathematical and logical data type) 2) implementation data type list abstract data type is not memory efficient in terms of inserting and removing the data from an array here time require is (T dirc.n) where n is the number element in an array that is if we are using just array for storing the data then at the time of inserting the new data into an array then array will shift a whole bytes from array in Linked list node are available node=int value + add. of next node Θ ---------------------------------------------------------------------------- # Algorithms & Data Structures: Q. What is data structure? - it is a way to store data into the memory(main memory) in an oraganized manner so that we can perform operations on it efficiently. ...
ARM7TDMI:thumb2 instruction set it is 2 bytes some 4 bytes thumb2 arm+thumb total 37 registers R0-R15 general purpose R13 stack R14 Link( lr (or r14) is used as a link register to store the return address ) by default data abort is handled when an application read or write an illegal memory location. You can calculate the illegal memory location using by subtracting 8 from the value in R14 (link register). Exceptions are processed in ARM state The SWI instruction causes a SWI exception. This means that the processor state changes to ARM , the processor mode changes to Supervisor, the CPSR is saved to the Supervisor Mode SPSR, and execution branches to the SWI vector ARMCM3: two states *debug state *thumb state 16 registers 13 GP 3 special purpose The ARM7TDMI core has a Von Neumann architecture, with a single 32-bit data bus carrying both instructions and data. Th...
Comments
Post a Comment