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.
Generating Sine wave is very demanded job in power electronics field. So do to me too. I read some topics over the internet and found many ways to generate a sine wave. As most of you are really interested in generating sine wave so I’m writing today about it here.
There is some different ways...
The Emergence of Power Integrity Analysis
As the speed of the data signal increases, many reasons including power supply noise lead to the degradation of the high-speed signals. In low power high-speed digital interfaces, it is crucial to characterize the whole system power supply in order to...
Find bellow an Android TCP client extension
that implements a very simple socket; note that its operation is performed 'one-shot', which means that only one command is sent ( and its respective response, read ) at a time, and then the socket connection is closed. So, be aware that it is not a...
HSM-20G is one of the most common humidity and Temperature sensor. This sensor is fully analog type. The outputs are analog voltages rather than any digital signal.
The datasheet indicates that the output pins need some extra devices with it. here is the connection diagram:
From the...
The switching is required in many applications at low as well as at high frequency. RF MEMS switches are the specific micromechanical switches that are designed to operate at RF to mmWave frequencies. MEMS switches usages some mechanical movement to achieve a closed or open circuit in the Radio...
I just saw this site on microwave communications while I was surfing the net. Its encyclopedia is really nice.
I thought it would help you all.
So I share the link here
https://www.microwaves101.com/index.cfm
As for any project first thing to make are design considerations. They are what actually makes your project look this way or another. There are quite a few things to consider.
For the first thing I had to decide was the actual porpose of this machine. the answer is that I want to be able to...
Hi everyone. This is the first post in this blog. The blog itself will describe my efforts to build a CNC Mill.
So maybe first something about me: I'm 25 years old. Half a year ago I've graduated masters degree in electronic engineering from Wrocław University of Technology in Poland...
PIC18F4550 is the one of most advanced controller form the Microchip Technology, mostly known for its USB functionality.
So Lets starts our USB Tutorial using PIC18F4550.
To make the things lot easier for newbie.
Compiler Used :- MikroC for PIC v5.30
Simulation Software :-...
Hi Dear All
When i learned the class D amplifier , i was , 16 years old . and the problem was that i tired from dissipative amplifiers such as Class AB and C . ( and all of the times i like learning new things )
So , i read many articles from big companies , such as International Rectifier ...
Code to display temperature on LCD 16x2 display using LM35 and Pic16F876A, 20MHz crystal
sbit LCD_RS at RC2_bit;
sbit LCD_EN at RC3_bit;
sbit LCD_D4 at RC7_bit;
sbit LCD_D5 at RC6_bit;
sbit LCD_D6 at RC5_bit;
sbit LCD_D7 at RC4_bit;
sbit LCD_RS_Direction at TRISC2_bit;
sbit...
After reading the following announcement I thought it might be of interest to forum members utilizing the 8051 and variants in their designs.
While the various Microchip PIC series of microcontrollers are well known and utilized by many of the forum members, the Microchip series of 8051 are...
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...
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...
(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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
/************************************************************
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...
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...
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...
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...
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...
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:
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.