answersLogoWhite

0

📱

Electronics Engineering

Electronics Engineering is a branch of engineering that deals with practical applications of electronic components, devices, systems, or equipment. Electronics are devices that operate on low voltage sources, as in electron tubes, transistors, integrated circuits, and printed circuit boards and use electricity as part of its driving force.

24,372 Questions

What does the qoute you felt your heart flop clear over instead of you were frightened when you heard him scream?

The quote "you felt your heart flop clear over" conveys a visceral emotional response, suggesting a sudden jolt of fear or shock that is more intense than mere fright. It emphasizes a physical reaction that goes beyond typical fear, indicating a profound impact on the speaker. This imagery captures the overwhelming nature of the experience, highlighting how deeply unsettling and startling the scream was.

What is a led resistor?

A LED resistor is a resistor used in conjunction with a light-emitting diode (LED) to limit the current flowing through the LED. It prevents excessive current that can damage the LED, ensuring it operates within its specified voltage and current ratings. The value of the resistor is calculated based on the supply voltage, the forward voltage of the LED, and the desired current. This setup is essential in LED circuits to maintain longevity and functionality.

Grid control X-ray tube versus dual X-ray tube?

A Grid Controlled X-ray Tube is a triode in which a third electrode is introduced between the Anode and Cathode. This electrode is normally neutral so the x-ray production can take place. However, one can decide when to cut the exposure by introducing negative charge on this. This will then stop (repel) the electron from reaching the Anode and x-ray production is stopped. Therefore, the elecrode with a negative charge can as a timer or if chrge is given intermittently, it acts as a device to have flouroscopy in pulses.

Internal block diagram of digital camera with explanation of each block?

A Digital Camera is used for record and store the images or photo in a digital form. Today many models are available that also used for record sound and video also.

A digital camera is very use full to capture a image and after that store it in computer and processing it and print...

In a digital camera a key for press or record a image or capture a image.

Flash- it is a lighting device that is automatically on when the shutter key or button was pressed... it give a better effect in night.

Memory Card- its simply store the image that was captured.

Lens- its used to set camera on a object

CCD- its called Charged Coupled Device(CCD)

What is the different between schmitt trigger and multi-vabrator?

A Schmitt trigger has an input and an output; the output is a squared-up version of the input.
As long as the input is constant, the output of the Schmitt trigger is also constant.


A multivibrator typically has no inputs (other than power), only an output: an oscillating signal.
As long as it gets power, the output keeps oscillating hi-lo-hi-lo.


A few multivibrators are built out of a Schmitt trigger and a few other components.
It's not possible to build a Schmitt trigger out of a multivibrator.

What is advantages of electronics rolling display?

it is the main advantage is that all information are display at a one time and quick...

What triggers a thyristor?

A thyristor is triggered by applying a small gate current to its gate terminal, which allows it to switch from the off state (blocking state) to the on state (conducting state). This gate current must be sufficient to forward-bias the gate junction, initiating the conduction of the main current between the anode and cathode. Once triggered, the thyristor remains on even if the gate current is removed, until the current through it drops below a certain threshold known as the holding current.

How to write a c program to convert analog to digital signals using a sound port?

You cannot. Before we explain why, let's first examine how we actually record audio, then we'll look at how we convert it to the digital domain.

In order to record a sound wave, we first have to capture the vibrations made by the sound. Before the advent of electrical recording, this was achieved using a horn. This transmitted the sound to a moving stylus which vibrated in sympathy with the sound. When the vibrating stylus was brought into contact with a rotating cylinder, it etched a groove in the surface. As well as rotating, the cylinder also moved horizontally, thus the groove spiralled across the outer face of the cylinder. Once recorded, the same device could be used for playback; the rotating cylinder vibrated the stylus and those vibrations were amplified by the horn, reproducing the original sound.

With electrical recording we use a microphone instead of a horn. A microphone is simply a loudspeaker working in reverse. The microphone diaphragm vibrates in sympathy with the sound wave, which in turn moves a coil back and forth within a magnetic field, thus creating an electrical signal which is analogous to the sound wave. If we pass that same signal to a loudspeaker, we can recreate the original sound, just as we did with the horn and stylus.

The moving coil has a limited range of movement within the magnetic field. If we say that -1 represents the full extent inwards and +1 the full extent outwards, it follows that 0 is the transition point between the positive and negative phases of the sound wave. 0 is also the resting point of the coil when there is no sound at all. Although we are imagining numbers at this point, they are completely imaginary; we are still in the analog realm not the digital domain.

In order to convert the electrical signal for the digital domain, we need to take a snapshot of the coil's position at a given moment in time. For accurate reproduction we'd need an infinite number of snapshots, however the human ear is quite forgiving and we find that 44,100 snapshots per second (44.1 KHz) is sufficient to reproduce sound with high-fidelity. This is because the human ear has a frequency range of 20 Hz to 20 KHz, and we need at least twice as many samples per second to capture both the positive and negative phases of 20 KHz sound. CD-quality audio is 44.1 KHz for that reason. Once recorded we cannot improve the fidelity -- we can only lose fidelity -- however by using a higher frequency sampling rate, such as 96 KHz, we have sufficient fidelity to cater for all forms of mainstream digital media (such as BluRay). Fidelity is the physical difference between the original sound and the recorded playback of that same sound. At 44.1 KHz, most people won't notice any difference at all even though the physical difference is quite substantially different.

As well as the sample rate we need to consider how we store each sample. Given that the coil moves within a working range of -1 and +1, the position of the coil at any given moment can be converted to a real number within that range. However, although the range is relatively small, the set of real numbers within that range is as infinite as the set of all numbers; it's what we call a "small infinity" because it's an infinite set within a much larger set of infinities.

The only way to digitally represent an infinite set of values is with an infinite number of digits or bits. That's clearly impossible, so we need to limit our range in some way. With 16-bit recording we have 65,536 unique values available (all integers in the range -32,768 to +32, 767), thus we must scale our set of real numbers to fit within this range, rounding up or down to the nearest integer. Each additional bit doubles the range of integers thus the fidelity of 24-bit is 2^8 times that of 16-bit.

Now -- to answer the actual question -- converting analog audio to digital audio cannot be achieved with software of any kind, it can only be achieved with hardware. This stands to reason because software can only operate upon digital information stored in the computer's memory which means the conversion has to happen before the software "sees" that information; it cannot process what it cannot "see". But hardware can easily convert an analog electrical signal into a digital one, it's simply a matter of designing the appropriate circuitry.

To convert audio signals from analogue to digital we need a device known as an analogue to digital converter or ADC. The ADC takes a bandwidth-limited analog input (anti-aliased to eliminate all frequencies greater than half the sample rate) and produces a digital output. Once converted to a digital form, we can easily store it in a computer's memory. The conversion itself is trivially simplistic and is really no different to the way we would manually scale a real number in the range -1 and +1 to an integer in the range -32,768 and +32,768.

We can adjust the conversion insofar as we can amplify or attenuate the ADC input signal (the input gain), the sampling frequency and the bit-depth. But while we can perform these adjustments with software (communicating via the hardware's device driver), the conversion process itself is handled entirely by the hardware.

The reverse process is achieved with another piece of hardware known as a digital to analog converter or DAC, which converts the digital values back to electrical signals of the appropriate amplitude.

Note that not all sound originates in the analog world but must be converted to the analog world in order for us to hear it. For instance, computer-generated sound is entirely digital but until we pass it through a DAC (and subsequently through an amplifier and speaker) we cannot hear what it sounds like.

Why digital signals are more noise free than analog signals?

Digital signals are "forced" to be either 1 or 0, whereas analog signals are not. This means that a signal of 0.8 will be pushed to 1 in a digital signal and will remain 0.8 in an analog signal, and 0.2 will be 0 digital and 0.2 analog. This means that in order to overwhelm a digital signal the noise must do much more work to be effective. digital signal have only two states analog have infinite states therefore more susceptible to noise

How many address bits would be required for a memory that stores 64 4-bit words?

It requires 6 bits to address 64 words. It does not matter what the word size is.

Why full eave rectifier rectifies negative half cycle?

the rectifier is Mainly used to convert the Ac current into DC current .In rectifier there are two diodes or (4 Diode In full wave bridge rectifier )are use is to conduct the current one is connected in forward bias(i.eD1) and the other is connected in reveres bias(i.eD2). As we know that the diode is conduct the current throw it When it is connected in forward bias . now when the voltage is applied to the circuit the the AC Current is start to flow throw circuit and in Positive half cycle of Ac current the Diode is Allow the current Pass throw it and during the Negative half cycle the Diode D2 is allow the current pass throw it and in these way the rectifier rectifies positive As Well As the negative half cycle

Does the power ratings affect the value of the resistor?

No. there are many different power ratings for the same resistance. Type your answer here...

What is the meaning of l in lm324?

Possibly Linear, in which case it means analog. The LM324 is an opamp.

What is the frequency range of a microwave?

The "microwave" range of radio waves is defined as frequencies between 3 - 300 GHz.

But the question says " a " microwave, so we suspect it's talking about the box

you use to heat the leftover meat loaf.

The microwave oven operates in the Industrial/Scientific/Medical frequency band,

at or near 2,450 MHz. (So, technically, it isn't a 'microwave' at all, since that frequency

is below the range defined as 'microwave'. Guess it should be called a "UHF Oven".)

What does oscillate mean?

Oscillations are reoccurring and regular fluctuations between particular states within a system. These states could be discrete, such as a car's turn signal blinking on and off; continuous, such as a wave; damped, such as the gradual decay of the amplitude of a vibrating guitar string; or driven, such as the forced motion of someone on a swing.

The states involved in an oscillation don't have to just be mechanical in nature. For example, the stock market oscillates between a bull and a bear market, or your favorite style of music may oscillate between jazz and blues. Even driving to and from work everyday along the same route at the same time is an oscillation.

The key things to remember are that oscillations require a "back and forth" motion, and that this motion must happen again and again and again. Thus, bouncing a basketball off the ground and then catching it isn't an oscillation, because the "back and forth" motion only happens once. Additionally, the Earth's orbit around the Sun isn't an oscillation, because, while it does indeed happen over and over again, the motion isn't "back and forth."

Why XOR and XNOR gate is not known as universal gates?

All other logic gates can be made using XOR and XNOR, but to get NOT, you need to do (input) XOR 1 or (input) XNOR 0, but with NAND, you don't need 1: (input) NAND (input).

What is difference between source encoder and channel encoder?

A source encoder converts client input to a binary stream. This is typically done by sampling an analog input, digitizing the samples and coding them into a binary stream. A common component that does all this is called a Codec.

A channel encoder converts a binary stream to an analog signal that can be transmitted over distances as tones, radio waves and/or light. The channel encoder can take a number of bits from the bitstream at a time to create a multibit symbol. The symbols can then be converted to an analog signal for transmission. By transmitting symbols that represent multiple bits, more data can be sent without violating the Nyquist criteria. However, the number of bits that can be coded into a symbol is limited by the SNR as in Shannon's law. A common component that does all this is called a Modem.

Why negative supply is more prefer then positive supply?

A: actually it is the other way around usually negative voltage is a biasing scheme. Most design are begun with a positive voltage in mind. Not that a negative voltage will not work it is just people think positive