Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Blog Entries

Latest comments

Blogs statistics

Categories
68
Blogs
357
Blog entries
443
Views
762,409
Comments
487
Ratings
2
v_c
1 min read
Views
549
Uncategorized
It might not be obvious to the casual user, but LTspice can be used to work with WAV files. This is a feature that most power users are well aware of but might not be obvious to new users. Basically, LTspice allows the inclusion of WAV files in the simulation by the way of independent voltage...
nandhu015
1 min read
Views
685
Uncategorized
Atmel releases Atmel Studio 6 beta, with support for SAM3 and SAM4 Cortex-M processor based MCUs, bug fixes, and other enhancements. Atmel Studio 6 is the next progression in the AVRStudio 5.1 lineup, and is so named due to a new key feature; ARM device support. The AVR and ARM development...
iVenky
Updated
6 min read
Views
2K
Comments
11
Uncategorized
(Speaker and speech recognition follow the same principle. So you can change this code to suit to your wish) I see that many of you are asking code for speaker recognition. I have used mfcc for feature extraction and neural networks for pattern recognition. Here's the code load dad load...
alexxx
1 min read
Views
557
Uncategorized
For those compilers that do not have a built-in function for swapping a byte's nibbles, a simple user function can be created: unsigned char SwapNibbles (unsigned char x) { return ((x >> 4) & 0x0F) | ((x << 4) & 0xF0); } And a couple of function call examples: unsigned char...
Getting a solid grasp of static timing analysis in digital circuits can be a very big challenge. It usually takes quite a bit of experience. In my view it’s not covered very well in school, and because of that it’s more difficult for new engineers. I’ll attempt to cover this topic in depth...
Tahmid
Updated
5 min read
Views
2K
Comments
8
Uncategorized
SMPS is the toughest section in Power Electronics. With this subject, additional knowledge is required for choosing active and passive parts to be used in SMPS circuits. Special type of parts are often required as normal parts used in power electronics (low freq. application) may not be suitable...
nandhu015
1 min read
Views
726
Uncategorized
Atmel releases AVR Studio 5.1, with support for 45 new devices, bug fixes, and other enhancements. New version of AVR Software Framework (ASF), version 2.9.0 Availability and installation of new ASF versions through extension manager, without having to upgrade Studio 5 Support for side by...
papunblg
Updated
3 min read
Views
1K
Comments
2
Uncategorized
In this project a Passive Infrared (PIR) sensor is used to detect human movement and trigger an alarm. A typical PIR sensor comes pre-packaged with all the logic required to, detect IR radiation from living being and raise alarm. Similar PIR modules have just three pins, two for power supply (up...
Tahmid
Updated
2 min read
Views
1K
Comments
10
Uncategorized
I am Syed Tahmid Mahbub, a Homemade Electronics Professional who has not done any course on electronics in any college or university. I am learning everyday from books, Internet, forums etc. and applying those knowledge in constructing practical circuits/simulation in my laboratory and also for...
kak111
4 min read
Views
783
Uncategorized
Wolfram|Alpha introduces a fundamentally new way to get knowledge and answers— not by searching the web, but by doing dynamic computations based on a vast collection of built-in data, algorithms, and methods. PART 4 : Lets look at the mathematical searches and plotting The...
kak111
2 min read
Views
476
Uncategorized
Wolfram|Alpha introduces a fundamentally new way to get knowledge and answers— not by searching the web, but by doing dynamic computations based on a vast collection of built-in data, algorithms, and methods. PART 3 : Lets look at the mathematical searches and plotting The...
kak111
3 min read
Views
591
Uncategorized
Wolfram|Alpha introduces a fundamentally new way to get knowledge and answers— not by searching the web, but by doing dynamic computations based on a vast collection of built-in data, algorithms, and methods. PART 2 : Lets look at the mathematical searches and plotting The...
kak111
3 min read
Views
477
Uncategorized
Wolfram|Alpha introduces a fundamentally new way to get knowledge and answers— not by searching the web, but by doing dynamic computations based on a vast collection of built-in data, algorithms, and methods. Computational Knowledge Engine : Doing some experiments and discoveries...
varunme
1 min read
Views
483
Uncategorized
I would to like to make a database of links of trends with the storage devices here May be useful for me and others also Organic spintronics and the future of data storage https://www.nanowerk.com/news/newsid=8353.php Current Developments in Optical Data Storage with Organic Dyes...
errakeshpillai
Updated
3 min read
Views
977
Comments
5
Uncategorized
Moore’s law states that the level of technology and computing power should double every two years, and so far the postulate hasn’t been wrong in more than 50 years. A group of IBM scientists have now managed to develop a data storage technique which allows for information to be stored with as...
iVenky
Updated
1 min read
Views
561
Comments
1
Uncategorized
I have attached the image. Check that out. It's really nice.
iVenky
2 min read
Views
457
Uncategorized
I think everyone knows what doppler effect exactly is. I wish to write what I understood about doppler effect intuitively. If you think that I am wrong you can correct me. Assume that a wave is coming towards you. It's time period is T seconds. Now the frequency that you see will be...
papunblg
2 min read
Views
753
Uncategorized
To display a floating point number (0.0 to 99.9) on three common cathod seven segment displays using multiplexing. In the program variable n accepts the floating point number. It may accept an input from The result will be 12.6. You can also accept a value from Analog to digital...
papunblg
1 min read
Views
473
Uncategorized
This circuit is to be used with the previous entry
papunblg
Updated
2 min read
Views
698
Comments
2
Uncategorized
/************************************************************ To display temperature (0-99) on two common cathode seven segment displays using multiplexing. Pin a,b,c,d,e,f,g and dp of each seven segment display are connected to PORTB pin 0 to pin 7 through 330 Ohm Resistors. 2 pins of...
iVenky
Updated
1 min read
Views
636
Comments
3
Uncategorized
Usually we represent the gain in terms of decibel (db). Have you ever wondered why we are doing like that? I found this while I was reading about Bode plot. The main reason for working for log is because multiplication becomes addition in log. So this reduces the complexity. Consider a...
Magnetoresistive Random-Access Memory is a non-volatile computer memory (NVRAM) technology that has been under development since the 1990s. Continued increases in density of existing memory technologies – notably flash RAM and DRAM – kept it in a niche role in the market, but its proponents...
blooz
Updated
3 min read
Views
1K
Comments
5
Uncategorized
It was a summer vacation time, and then I was a high school student. I came across an unusual book. It said “you can do arithmetic’s at stunning speed without pen and paper” . I began to read the book and felt the magic .it was amazing, I was able to do arithmetic at stunning speed and the...
iVenky
4 min read
Views
705
Uncategorized
In electromathematics two important functions play a major role in determining the system response to an arbitrary input. Indeed it's only one function which is called as the Transfer function of the system. From the transfer function of the system we can find out the characteristic equation...
Design of resistance values for Opamp for +/- input voltage range amplification and conversion to linear output ranges – The automation and control system kind of applications consists of sensor interfacing with micro-controller. In many cases like PH sensor output or temperature sensor...
iVenky
Updated
5 min read
Views
646
Comments
3
Uncategorized
The main aim of mathematics is to solve problems easily. That's the reason why we have formulae. Consider the series of cos x, sin x and e^x. cos x= 1 - x^2/2 + x^4/24 - x^6/720 ... sin x=x - x^3/6 + x^5/120 - x^7/5040... e^x= 1 + x + x^2/2 + x^3/6 + x^4/24.... Now coming back to...
applejj
1 min read
Views
582
Uncategorized
i am not a english native speaker,so ,be generous about my blog or post.i have learned MCU and vhdl,i am still a novice here,learn from each other and make progress:razz:
Tahmid
Updated
2 min read
Views
2K
Comments
10
Uncategorized
When I was in Class Five, my father gave me a book on Basic Electronics and a trainer board made on wooden board with Breadboard pasted on it and with power supply incorporated and told me to play with this book and trainer board instead of Computer game. I started to learn Analogue electronics...
KISHORSINH
1 min read
Views
442
Uncategorized
Simple I/O Decoding and Interfacing Using PLDs: Programmable logic is particularly useful for decoding the addresses and control lines from a processor, because it can be used to activate the chip enable signals for the various memories and I/O chips in a system. PLDs are more flexible...
KISHORSINH
1 min read
Views
388
Uncategorized
CHALLENGES:- • Spectral Efficiencies • Multi Carrier Modulation (MCM) • Signal Processing and optimizations • Extremely Fast Arithmetic (esp. multiplication) • Smart / Intelligent Antennas • More Efficient and Sensitive Transreceiver Designs • All IP Network • Integration across...
errakeshpillai
Updated
1 min read
Views
662
Comments
1
Uncategorized
Radio Frequency Identification (RFID) uses "tags" to identify objects. Tags can operate passively, without an on-board source of power allowing them to be paper-thin and smaller than a penny. Tags can be active, with a battery power supply, allowing them to operate at longer ranges. Merchandise...
itzvinodh
Updated
1 min read
Views
490
Comments
1
Uncategorized
This is all for those PIC overclocking enthusiasts out there. .........Overclocking is strictly for hobbyist use dont sell overclocked parts......... . 8-) The PIC18f2550 is an 28pin USB capable microcontroller. It features a 48Mhz clock and 12MIPS instruction cycle and quite a lot of...
DeepOne
Updated
1 min read
Views
1K
Comments
3
Uncategorized
Based on "AvrUsb500 by Petka" project ( https://swordgreenline.narod.ru/PetkaAvrUsb.html ), STK500v2 compatible. . hex for ATmega - https://www.mindrunway.ru/Pony/Petka_AvrUSB500HEX_SRC_v6_uni.zip
nandhu015
1 min read
Views
637
Uncategorized
Atmel Technology Live! Everyone is hearing it here first! On Monday, December 5th Atmel will be announcing the 2012 Atmel Technology Live Developer Conference. It will be taking place in San Jose, California on September 11–13, 2012. Check out www.atmel.com/microsite/techlive2012/...
blooz
5 min read
Views
524
Uncategorized
“Mathematics is the Queen of sciences”, mathematics own a mysterious powerful charm Once you enter the world of numbers and shapes there is plenty of opportunities .Numerous challenges awaits you there .For most of the people one way or other mathematics means fun, Hobby and A great Passion ,and...

Part and Inventory Search

Back
Top