Questions tagged [digital-modulation]

Digital modulation is encoding a data signal onto a carrier wave for transmission. There are several different methodologies for digital modultion.

Modulation is the process of impressing a transmission signal (called a carrier) with information to be transmitted. Digital Modulation is the process where a data stream of binary signals is impressed upon a carrier for transmission. The carrier may be either analog or digital. In analog transmission (such as the PSTN or public switched telephone network) The carrier will have a well defined bandpass that determines the timing requirements for the modulation and demodulation of digital transmission to the carrier. ( In the PSTN example analog signals are 300hz to 3.3khz) Digital modulation of a digital carrier is usually a matter of multiplexing the carrier into a higher frequency transmission line on a time multiplexed basis. An example of this is a single subscriber line telephone circuit may be digitized as a 64kilobit/second signal. Several of these may be multiplexed together into a T1 line that is clocked at a higher data rate of 1.5 Mbits/second. Common digital modulation schemes are ASK Amplitude shift Keying APSK Amplitude/Phase shift keying CPM Continuous Phase Modulation FSK Frequency shift Keying MFSK Multiple Frequency shift keying MSK Minimum Shift Keying OOK On off Keying PPM Pulse Position Modulation PSK Phase Shift Keying QAM Quadrature Amplitude Modulation SC-FDE Single Carrier Frequency Division Encoding TCM Trellis Modulation CSS Chirp Spread Spectrum DSSS Direct Sequence Spread Spectrum FHSS Frequency Hopping Spread Spectrum THSS Time Hopping Spread Spectrum

97 questions
23
votes
2 answers

Understanding the relationship between LoRa chips, chirps, symbols and bits

I'm trying to understand the actual relationship between LoRa chips, "chirps", symbols and bits. I don't mean just the equations that relate the various rates, but actually how these things relate quantitatively. The Semtech document AN1200.22 LoRa™…
uhoh
  • 3,399
  • 2
  • 23
  • 63
20
votes
2 answers

"56k modem" found in VHF band

While scanning the VHF spectrum with a SDR USB dongle, I found something that sounded like an old 56k modem (at around 160MHz, FM modulation, Europe region). After some research, I found out that is relatively common to broadcast digital messages…
Dino
  • 359
  • 1
  • 6
9
votes
2 answers

Regular DACs versus audio DACs

Context In trying to make modular linear power supply with digital control, I figured I'd need a DAC to output the correct voltages into the feedback circuitry (two - one for voltage and one for max current). I wanted these to be 16-bit so I could…
TrisT
  • 193
  • 4
4
votes
3 answers

Constellations in Digital Communication

What is the intuitive way of understanding concept of constellations in digital communication? I know the Gram Schmidt Procedure, Orthonormal basis functions and how to find the constellation but just wish to know the physical significance of…
Enthusiast
  • 477
  • 1
  • 5
  • 17
4
votes
3 answers

What is the required bandwidth for QAM modulation?

Why is the allocated bandwith smaller with QAM-16 or 64 compared to e.g. QAM-4? I am not a professional so I'm looking for an intuitive explanation.
Quirik
  • 277
  • 1
  • 2
  • 6
4
votes
1 answer

Why it has used BPSK modulation after OFDM?

I am quite new to OFDM modulation. I am reading this from a tutorial. In one of its parts, for showing amplitude variation of the OFDM signals, there is a graph that has used 8 sub-carriers and BPSK modulation as below: Now I have faced to this…
3
votes
0 answers

How to get a band-limited digital modulation of X type?

I am developing a program which should create modulated signals and combine them to get an RF signal with different modulations on different frequencies with non-interfering bandwidths. The problem is I am not able to find the equations which show…
3
votes
1 answer

maximizing IR range and peak current

I ordered a bunch of infrared detector diodes (aka IR diode) and infrared transmitters. luckily the detectors are blue (and don't respond to normal room light). I am planning to order a bunch of infrared detector transistors (aka IR NPN) because I…
user116345
3
votes
2 answers

Orthogonal Frequency Division Multiplexing (OFDM)

I am not a professional but I'm trying to figure out how OFDM works. It is clear to me that OFDM works with closely spaced subcarriers with orthogonal frequency. Each subcarrier gets modulated with a conventional digital modulation scheme, let say…
Quirik
  • 277
  • 1
  • 2
  • 6
2
votes
1 answer

Can you identify this digital signal? It looks like a UART signal and can't figure out the baud rate

I'm trying to read the signal between my quadcopter's camera board that is controlled by an android app, and the rotor control board in the drone. There are two boards in the drone: the camera board, and the motor control board. Only one wire…
KJ7LNW
  • 1,350
  • 6
  • 16
2
votes
1 answer

Ultrasonic digital parametric speaker: What kind of modulation and how does it need to be modulated?

I searched for information on digital 40kHz ultrasonic parametric speakers. While most open sources do mention that you need some modulation, what type of modulation and how it does so is hardly ever discussed. Since I want to understand how it…
TeD van Loon
  • 165
  • 7
2
votes
0 answers

How does BICM work?

Can someone explain bit-interleaved coded modulation (BICM) in plain language, focusing on the practical mechanisms and properties rather than the deep analytical details? I found a few papers and articles on the subject, but they were all pitched…
2
votes
2 answers

Does the bandwidth at the receiver really affects the noise in digital modulations?

I know that, in a telecommunicacion system, the AWGN power after going through the receiver filter is $$ P_z = KTB $$ where B is the bandwidth of the filter, T is the operating temperature of the receiver and K is Boltzmann's constant. One of my…
rmac
  • 21
  • 2
2
votes
1 answer

The SPH0645LM4H-B microphone seems to output all negative values via I2S

Attached is an image from the analyzer. I am afraid that the I2S is shifted one bit, because as it stands, the MSB bit is always high, all samples come back 0x3nnnn (18-bits, so MSB bit is on the left). 2's complements format would indicate they are…
EmbeddedGuy
  • 548
  • 2
  • 15
2
votes
1 answer

FM broadcasting text

I was listening to a local FM station from my smartphone using a headset. While I was surfing over the available bands I saw that few FM stations can broadcast the name of the song/music details (song name, movie, release year) while…
hitesh_a_h
  • 23
  • 6
1
2 3 4 5 6 7