Hello world!

10 Sep

Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin dashboard) to start a fresh post.

Here are some suggestions for your first post.

  1. You can find new ideas for what to blog about by reading the Daily Post.
  2. Add PressThis to your browser. It creates a new blog post for you about any interesting  page you read on the web.
  3. Make some changes to this page, and then hit preview on the right. You can always preview any post or edit it before you share it to the world.

1st Year EC Question Paper

22 Jun
GTU,RTU,GU QUESTION PAPER FOR ELECTRONICS AND COMMUNICATION ENGINEERING.QPAPERS FOR GTU.QPAPERS FOR GU.QPAPERS FOR RTU.QPAPERS FOR ITU.

First Year EC Question Paper.
1st Sem EC Question Paper and 2nd Sem EC Question Paper

Basics of Environmental Studies

Chemistry
Communication Skills
Computer Programming and Utilization
Elements Of Civil Engineering
Elements of Electrical Engineering
Elements of Mechanical Engineering
Engineering Graphics
Mathematics-I
Mathematics-II
Mechanics of Solids

Physics

ISE Design Suite (Xilinx, Inc)

30 May

About Xilinx

Xilinx, Inc. is a supplier of programmable logic devices. It is known for inventing the field programmable gate array (FPGA) and as the first semiconductor company with a fabless manufacturing model.Founded in Silicon Valley in 1984, the company is headquartered in San Jose, California, U.S.A.; Dublin, Ireland;Singapore; and Tokyo, Japan. The company has corporate offices throughout North AmericaAsia and Europe.

Technology

Xilinx designs, develops and markets programmable logic products including integrated circuits (ICs), software design tools, predefined system functions delivered as intellectual property (IP) cores, design services, customer training, field engineering and technical support. Xilinx sells both FPGAs and CPLDs programmable logic devices for electronic equipment manufacturers in end markets such as communicationsindustrialconsumerautomotive and data processing.

Current family lines

  • Virtex family
  • Kintex
  • Artix
  • Zynq
  • Spartan Family
  • EasyPath

Screenshot

Click to Enlarge
Downloads


ISE Design Suite – 13.1 or Higher Full Product Installation
The ISE Design Suite is the central electronic design automation (EDA) product family sold by Xilinx. The ISE Design Suite features include design entry and synthesis supporting Verilog or VHDL, place-and-route (PAR), completed verification and debug using ChipScope Pro tools, and creation of the bit files that are used to configure the chip.

For More Information GOTO The Xilinx Website 


4th Sem EC Question Paper

24 May
4th Sem Question Paper For Electronics And Communication Students.GTU,RTU,GU QUESTION PAPER FOR ELECTRONICS AND COMMUNICATION ENGINEERING.QPAPERS FOR GTU.QPAPERS FOR GU.QPAPERS FOR RTU.QPAPERS FOR ITU.

4th Sem EC Question Paper

Advance Electronics

Control Theory

Maths-IV

Management-1

Microprocessor And Interfacing

Microprocessor(8085) Programs

19 May
Here I am Posting Microprocessor (8085) Programs For GTU Electronics and Communication Students.There are about 125 Microprocessor (8085) Programs For GTU Electronics and Communication Students.You Will Need 8085 Simulator IDE To Use This Programs.

List of 8085 Microprocessor  Programs

chp5-Programming of 8051:

  1. prog 1 store byte.HEX
  2. prog 1 store byte.LST
  3. prog 2 store byte in different bank.a51
  4. prog 3 word addition.a51
  5. prog 4 1s Complement.a51
  6. prog 5 2s Complement.a51
  7. prog 6 binary to BCD conv..a51
  8. prog 7 BCD addition.a51
  9. prog 8 unpack to packed conv.a51
  10. prog 9 unpacked  BCD multiplication.a51
  11. prog 10 block addition.a51
  12. prog 11 block addition with 16 bit result.a51
  13. prog 12 block addition with data in external memory.a51
  14. prog 13 non overlap block transfer.a51
  15. prog 14 non overlap external memory block transfer.a51
  16. prog 15 count no of 1s and 0s.a51
  17. prog 16 count no positive nos.a51
  18. prog 17 search a byte.a51
  19. prog 18 find largest no.a51
  20. prog 19 find smallest no.a51
  21. prog 20 byte subtraction.a51
  22. prog 21 byte addition.a51
  23. prog 22 mask lower nibble.a51
  24. prog 23 mask upper nibble.a51
  25. prog 24 ascending order.a51
  26. prog 25 descending order.a51
  27. prog 26 external byte multiplication.a51
  28. prog 27 external byte division.a51
  29. prog 28 count negative nos.a51
  30. prog 29 multiply using succ addition.a51
  31. prog 30 word subtraction.a51
  32. prog 31 binary to gray conv.a51
  33. prog 32 overlapped block transfer.a51
  34. prog 33 average of n nos.a51
  35. prog 34 reverse a block and transfer.a51
  36. prog 35 16 bit BCD addition.a51
  37. prog 36 shift 8 bit data.a51
  38. prog 37 shift 16 bit data.a51
  39. prog 38 count no of negative nos.a51
  40. prog 39 parity checking.a51
  41. prog 40 matrix addition.a51
  42. prog 41 matrix subtraction.a51
  43. prog 42 square of no.a51
  44. prog 43 factorial of no.a51
  45. prog 44 LCM.a51
  46. prog 45 GCD.a51
  47. prog 46 fibonacci.a51
  48. prog 47 copy 16 bit contents.a51
chp6-IO Port Programming:

  1. prog 1 toggle port pin.a51
  2. prog 2 copy from one port to other.a51
  3. prog 3 complement all port all pins.a51
  4. prog 4 complement port 2 pins.a51
  5. prog 5 complement port 2 pin 3.a51
  6. prog 6 square wave.a51
  7. prog 7 switch status.a51
  8. prog 8 switch status on LED.a51
  9. prog 9 microwave oven control.a51
chp7-8051 Programming in C:
  1. prog 1 counter on port 2.c
  2. prog 2 toggle port 1 pins.c
  3. prog 3 toggle port 1 pin 4.c
  4. prog 4 toggle port 1 pin 4 100 times.c
  5. prog 5 copy from port 1 to 2.c
  6. prog 6 port 1 input.c
  7. prog 7 port 1 pin 0 input.c
  8. prog 8 switch alarm if door is open.c
  9. prog 9 toggle port pins.c
  10. prog 10 copy port 2 pin 7 to pin 0.c
  11. prog 11 toggle all port pins.c
  12. prog 12 toggle port 2 pin 7 on pin 0.c
  13. prog 13 BCD to ASCII.c
  14. prog 14 ASCII to BCD.c
  15. prog 15 checksum byte.c
  16. prog 16 Hex to BCD.c
  17. prog 17 send 56H serially.c
  18. prog 18 send 86H serially.c
  19. prog 19 recieve serial data.c
chp8-Timer or Counter Programming:
  1. Design 1 square wave 10KHz.asm
  2. Design 1 square wave 10KHz.c
  3. Design 2 rectangular wave.asm
  4. Design 2 rectangular wave.c
  5. Design 3 multiple freq.asm
  6. Design 3 multiple freq.c
  7. prog 1 square wave of 2KHz.a51
  8. prog 3 square wave of 2KHz.asm
  9. prog 4 calculate freq.asm
  10. prog 5 LED flashing.c
  11. prog 6 LED toggle at delay of 10 sec.c
  12. prog 7 toggle LED at rate of 100msec.c
  13. prog 8 count pulses.asm
  14. prog 9 count pulses.c
  15. prog 10 count pulses.c
  16. prog 11 count pulses display in ASCII.c
  17. prog 12 square wave of  10KHz.asm
  18. prog 13 square wave of  10KHz and 2KHz.asm
  19. prog 14 square wave of  1KHz and copy data.asm
  20. prog 15 delay of 1 msec.asm
  21. prog 16 1KHz with 75 percent duty cycle.asm
  22. prog 17 delay of 2msec.asm
  23. prog 18 square wave.asm
  24. prog 19 square wave 66 percent duty cycle.asm
  25. prog 20 switch controlled LED.asm
  26. prog 21 switch controlled LED.c
  27. prog 89 count pulses.c
chp9-Serial Port Programming in Assembly & C:
  1. design 1 serially transmit name.asm
  2. design 1 serially transmit name.c
  3. design 2 recieve serial data and display on LCD.asm
  4. design 2 recieve serial data and display on LCD.c
  5. prog 1 transmit B.asm
  6. prog 2 transmit HI.asm
  7. prog 3 recieve serial data.asm
  8. prog 4 transmit port data serially.asm
  9. prog 5 display serially recieved data.asm
  10. prog 6 monitor parameters.asm
  11. prog 7 transmit welcome.asm
  12. prog 7 transmit welcome.c
  13. prog 8 transmit engineer.asm
  14. prog 9 display received data.asm
  15. prog 9 display received data.c
  16. prog 11 transmit port data.asm
  17. prog 12 transmit YES on serial port.asm
  18. prog 13 receive and transmit data.c
  19. prog 14 serially transfer A.asm
  20. prog 15 receive serial data.asm
Download This Programs

Size : 10-11 kb
Files : 125
You Will Need To 7-Zip To Decompress This File.

Light Sensitive Alarm Project

14 May

The circuit detects a sudden shadow falling on the light-sensor and sounds the bleeper when this happens.
The circuit will not respond to gradual changes in brightness to avoid false alarms. The bleeper sounds for
only a short time to prevent the battery running flat. Normal lighting can be used, but the circuit will work
best if a beam of light is arranged to fall on the light-sensor. Breaking this beam will then cause the
bleeper to sound. The light sensor is an LDR (light-dependant resistor), this has a low resistance in bright
light and a high resistance in dim light.

  • The light-sensitivity of the circuit can be adjusted by varying the 100k preset.
  • The length of bleep can be varied from 0.5 to 10 seconds using the 1M preset.
Using the 7555 low-power timer ensures that the circuit draws very little current (about 0.5mA) except
for the short times when the bleeper is sounding (this uses about 7mA). If the circuit is switched on
continuously an alkaline PP3 9V battery should last about a month, but for longer life (about 6 months)
you can use a pack of 6 AA alkaline batteries.
Download Manual

GPRS

12 May


What is GPRS? 

GPRS stands for General Packet Radio Service, and is a relatively low cost technology that offers packet-based radio service and allows data or information to be sent and received across mobile telephone networks.Designed to supplement the existing mobile technologies, like GSM, CDMA, and TDMA etc. 

What does GPRS do? 

GPRS provides a permanent connection where information can be sent or received immediately as the need arises, subject to radio coverage. No dial-up modem connection is necessary. This is why GPRS users are sometimes referred to be as being anytime-anywhere “always connected”.The GPRS tariff structure is based on a fixed cost, dependent on the quantity of data required. In other words customers will be able to fix their operating costs without the concerns of variable billing.

Why GPRS? 

At present circuit switching technique like your telephone line, in order to send or receive emails, transfer files or browse WAP/Web sites.it is first necessary to make a ‘data’ call. The call is answered by a modem or an ISDN adapter owned either by the network operator itself (such as BT Cellnet) or by an Internet Service Provider (ISP). Next the caller is ‘authenticated’ by giving a user ID and password and then assigned an Internet address by the ISP or operator. The whole process can take up to sixty seconds or more and even at the end of this procedure the connection is slow – normally a mere 9.6 Kbit/s.

With packet switching technique GPRS, there is no call. Once the handset is powered on, by pressing a button the user is connected directly to the Internet. The link is only broken when the handset is turned off – hence GPRS is known as an ‘always on’ connection. The fact that the link is continuous has one major benefit. It enables the ISP/operator to know a handset’s Internet address. So messages can be passed directly over the Internet from a PC, for example, down to your handset. Crucially this facility enables the Internet Service Provider to ‘push’ messages down to your handset – rather like an SMS message. The difference is that with GPRS the link is interactive. That means if you want to respond directly – such as instruct your broker to sell 500 shares – you can. One of the major criticisms aimed at WAP is that it lacked support for ‘push’ technologies. This failing has effectively been rectified via an update to the WAP standards (version 1.2) and the introduction of GPRS enabled WAP handsets.

Download Book About GPRS

File name: gprs.docx
File size: 159 KB
Uploaded: 2011-05-12
Download Link [Link]

Password:- gtuece

6th Sem EC Question Paper

10 May
GTU,RTU,GU QUESTION PAPER FOR ELECTRONICS AND COMMUNICATION ENGINEERING.QPAPERS FOR GTU.QPAPERS FOR GU.QPAPERS FOR RTU.QPAPERS FOR ITU.

6th Sem EC Question Paper

ANTENNA AND WAVE PROPOGATION

AUDIO VIDEO SYSTEM/AUDIO VIDEO ENGINEERING

DIGITAL COMMUNICATION

OPTICAL COMMUNICATION

VLSI

VLSI Project

3 May
Here I am posting some VLSI Project created by me.This VLSI Project include Following Practicle:-


  1. AIM:- TO IMPLEMENT ALL GATE WITH THE HELP OF THREE BIT SELECTINGLINE.
  2. AIM:- TO IMPLEMENT ALL THE FLIP-FLOP USING VHDL.
  3. AIM: – TO IMPLEMENT 4×1 MUX AND 8×1 MUX USING VHDL.
  4. AIM :- TO IMPLEMENT HALF ADDER AND FULL ADDER USING VHDL.
  5. AIM :- TO IMPLEMENT HALF ADDER AND FULL ADDER USING VHDL.
  6. AIM :- TO IMPLEMENT 3 TO 8 DECODER USING VHDL.
  7. AIM :- TO IMPLEMENT 8-BIT MAGNITUDE COMPARATOR USING VHDL.
  8. AIM :- TO IMPLEMENT 8-BIT UP/DOWN COUNTER WITH COUNT ENABLE AND ASYNCHRONOUS USING VHDL.
  9. AIM:- TO IMPLEMENT 8-BIT REGISTER WITH SYNCHRONOUS LOAD AND CLEAR USING VHDL. 
  10. AIM:- TO CONSTRUCT A VHDL CODE FOR TIME IMPLEMENTATION OF STATE MACHINE DETECTING A SPECIFIC SEQUENCE.
  11. AIM:- design the resistive load inverter circuit and simulate the inverter characterstics.
  12. AIM:- USING PSPICE OBTAIN CHARACHTERSTICS OF MOSFET WITH DEPLETION TYPE LOAD.
  13. AIM:- USING PSPICE OBTAIN CHARACHTERSTICS OF CMOS INVERTER
Download Now

File size : 794.56 KB
Uploaded on : 03/05/2011
Uploaded from : www.gtuece.co.cc

Download Link [link]

VLSI PROJECT CREATED IN ALTERA

Download Source File of VLSI Project Created in Altera

www.7-zip.org

File size : 2.42 MB
Uploaded on : 03/05/2011
Uploaded from : www.gtuece.co.cc
Download Link:   [Link]

Antenna Project

1 May
Here I am posting some Antenna Project created by me.This Antenna project include Following Antennas:-

  1. Aim:- To study and plot the radiation pattern of the CURRANT DISTRIBUTION ANTENNA
  2. Aim :- To study and plot the radiation pattern of the dipole antenna
  3. Aim :- To study and plot the radiation pattern of the broadside antenna
  4. Aim :- To study and plot the radiation pattern of the endfire antenna
  5. Aim :- To study and plot the radiation pattern of the loop antenna.
  6. Aim :- To study and plot the radiation pattern of the vee antenna
  7. Aim :- To study and plot the radiation pattern of the log periodic antenna.
  8. Aim :- To study and plot the radiation pattern of the slot antenna.
  9. Aim :- To study and plot the radiation pattern of the Yagi-Uda antenna.
  10. Aim :- To study and plot the radiation pattern of the helical antenna.
  11. Aim :- To study and plot the radiation pattern of the topload antenna.
To create Antenna Project You need this software as given below :
Here I am posting Antenna project For Electronics and Communication Engineering Student.
Cover Page

Download

File Name: Antenna project.docx
Doc Type: Ms Word 2007
File size : 2.67 MB
Uploaded on : 01/05/2011