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...
Features UART SPI I2C Full Form Universal Asynchronous Receiver/Transmitter Serial Peripheral Interface Inter-Integrated Circuit Interface Diagram Pin Designations TxD: Transmit Data RxD: Receive Data SCLK: Serial Clock MOSI: Master Output, Slave Input MISO: Master Input, Slave Output SS: Slave Select SDA: Serial Data SCL: Serial Clock Data rate As this is is asynchronous communication, data rate between two devices wanting to communicate should be set to equal value. Maximum data rate supported is about 230 Kbps to 460kbps. Maximum data rate limit is not specified in SPI interface. Usually supports about 10 Mbps to 20 Mbps I2C supports 100 kbps, 400 kbps, 3.4 Mbps. Some variants also supports 10 Kbps and 1 Mbps. Distance Lower about 50 feet highest Higher Type of communication Asynchronous Synchronous Synchronous Number of masters Not Application One One or more than One Clock No Common Clock signal is used. Both the devices will use there independent clocks. There is ...
non-static members which are declared outside of the main which cannot be accessed inside the main function to do that outside members must be declared as static for char i; print(i)--->print nothing in java math.round will round out the float value as 1.2--->2 2.7--->3 toString() method used for to convert Wrapper object to String
Comments
Post a Comment