FEE PAYMENT TKREC

Saturday, 22 April 2017

FILTERS 

Impedance analysis

This approach analyses the filter sections from the point of view of the filter being in an infinite chain of identical sections. It has the advantages of simplicity of approach and the ability to easily extend to higher orders. It has the disadvantage that accuracy of predicted responses relies on filter terminations in the image impedance, which is usually not the case.[5]

Constant k filter response with 5 elements

Zobel network (constant R) filter, 5 sections

m-derived filter response, m=0.5, 2 elements

m-derived filter response, m=0.5, 5 elements

Network synthesis

The network synthesis approach starts with a required transfer function and then expresses that as a polynomial equation of the input impedance of the filter. The actual element values of the filter are obtained by continued-fraction or partial-fraction expansions of this polynomial. Unlike the image method, there is no need for impedance matching networks at the terminations as the effects of the terminating resistors are included in the analysis from the start.[5]
Here is an image comparing Butterworth, Chebyshev, and elliptic filters. The filters in this illustration are all fifth-order low-pass filters. The particular implementation – analog or digital, passive or active – makes no difference; their output would be the same.


Passive filters

Passive implementations of linear filters are based on combinations of resistors (R), inductors (L) and capacitors (C). These types are collectively known as passive filters, because they do not depend upon an external power supply and/or they do not contain active components such as transistors.
Inductors block high-frequency signals and conduct low-frequency signals, while capacitors do the reverse. A filter in which the signal passes through an inductor, or in which a capacitor provides a path to ground, presents less attenuation to low-frequency signals than high-frequency signals and is therefore a low-pass filter. If the signal passes through a capacitor, or has a path to ground through an inductor, then the filter presents less attenuation to high-frequency signals than low-frequency signals and therefore is a high-pass filterResistors on their own have no frequency-selective properties, but are added to inductors and capacitors to determine the time-constants of the circuit, and therefore the frequencies to which it responds.
The inductors and capacitors are the reactive elements of the filter. The number of elements determines the order of the filter. In this context, an LC tuned circuit being used in a band-pass or band-stop filter is considered a single element even though it consists of two components.
At high frequencies (above about 100 megahertz), sometimes the inductors consist of single loops or strips of sheet metal, and the capacitors consist of adjacent strips of metal. These inductive or capacitive pieces of metal are called stubs.

Single element types


A low-pass electronic filter realised by an RC circuit
The simplest passive filters, RC and RL filters, include only one reactive element, except hybrid LC filter which is characterized by inductance and capacitance integrated in one element.[1]

L filter

An L filter consists of two reactive elements, one in series and one in parallel.

T and π filters

Main article: Capacitor-input filter

Low-pass π filter

High-pass T filter













            Three-element filters can have a 'T' or 'π' topology and in either geometries, a low-passhigh-passband-pass, or band-stop characteristic is possible. The components can be chosen symmetric or not, depending on the required frequency characteristics. The high-pass T filter in the illustration, has a very low impedance at high frequencies, and a very high impedance at low frequencies. That means that it can be inserted in a transmission line, resulting in the high frequencies being passed and low frequencies being reflected. Likewise, for the illustrated low-pass π filter, the circuit can be connected to a transmission line, transmitting low frequencies and reflecting high frequencies. Using m-derived filter sections with correct termination impedances, the input impedance can be reasonably constant in the pass band.[2]

Multiple element types

Multiple element filters are usually constructed as a ladder network. These can be seen as a continuation of the L,T and π designs of filters. More elements are needed when it is desired to improve some parameter of the filter such as stop-band rejection or slope of transition from pass-band to stop-band.



Via :  Wikipedia

Thursday, 20 April 2017


RS Flipflop

Basically is Memory element which stores one bit of information. 

The Name RS stands for R - Reset & S - Set




  • It is constructed by feeding the outputs of two NOR gates back to the other NOR gates input.
  • The inputs R and S are referred to as the Reset and Set inputs, respectively.

Monday, 17 April 2017

3-∅ Induction Motor

3-∅ Induction Motor 


An Induction motor is an asynchronous motor.
It rotates below synchronous speed and the speed is depends on the Load conditions.

Slip :
             The difference between synchronous speed Ns and the actual rotar speed N expressed in terms of Synchronous speed.

Slip speed = Ns - N

Slip = (Ns - N)/Ns

%Slip = (Ns - N)100/Ns

Download Notes for More about induction motor

Wednesday, 12 April 2017

Soil Moisture Sensor Project

Soil Moisture Sensor Project


  Components Required :
  • Arduino set
  • Soil moisture sensor
  • LEDs
  • Relay (6V)




Arduino




Soil Moisture sensor








LEDs





Relay (6V)




Circuit Diagram : 





Connections :

  
  • Connect Vcc Pin of Soil Moisture sensor to 5v Pin of Arduino.
  • Connect GND pin of Soil Moisture sensor to GND pin of Arduino
  • Connect Data pin of Soil Moisture sensor to Analog Pin of Arduino (i.e.  Pin 0)


Arduino Program :


/* # the sensor value description
# 0  ~300     dry soil
# 300~700     humid soil
# 700~950     in water*/
void setup(){
Serial.begin(9600);
}
void loop(){
int soil_moisture=analogRead(A0);  // read from analog pin A3
Serial.print(“analog value: “);
if(soil_moisture<30) {
Serial.println(“Dry soil”);
}
if((soil_moisture>300)&&(soil_moisture<700)) {
Serial.println(“Humid soil”);
}
if((soil_moisture>700)&&(soil_moisture<950)){
Serial.println(“water”);
}
Copy the code and dump into the Arduino

Contact Us :
Whatsapp : 9052525306
Facebook : EEE TKREC



Thank You


Tuesday, 4 April 2017

Our Media

 OUR MEDIA



Our Media is website created by CSE student Pavan of  TKR engg. college. he is the CEO & Founder of Our media. Our Media is similar to Facebook.


           

  Here we can post all type post. we can share our ideas, activities and events details.
Our Media will support to the students to give platform