Comments on: QPSK – Quadrature Phase Shift Keying https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/ Signal Processing for Communication Systems Tue, 18 Jul 2023 13:07:00 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Ravindra https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-46982 Thu, 06 Apr 2023 12:28:48 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-46982 Sir, how to apply MAP criteria in QPSK.
if symbol have different transmission probability, how to decide boundary?

]]>
By: lyliane https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-43081 Tue, 14 Apr 2020 00:05:04 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-43081 i need some one to help me to do QPSK mappinf for OFDM using loop
clc; clear all;close all;
nsp=16384;
ns=4;
M=4;
% tirage aléatoire de symbole de 0 à 3
r=randi([0 3],1,nsp);

% mapping qpsk
for i=1:2:length(r)

]]>
By: Unknown https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-36764 Mon, 17 Jun 2019 06:39:58 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-36764 hi
i think there is a small error in the line:
‘Modulation is achieved by varying the phase of the basis functions depending on the message symbols.’

instead of the word ‘phase’ in the above line, it should be amplitude of the basis functions depends on the message symbol. the linear combination of the basis functions in turn results in the output function whose phase depends on the message symbol.

]]>
By: Ali Raza https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-34456 Thu, 02 Nov 2017 10:29:00 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-34456 In reply to Mathuranathan.

Hi…Nice blog…
One question…How to extend this to 8 PSK?

]]>
By: Ali Raza https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-34455 Thu, 02 Nov 2017 10:26:00 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-34455 Hi…Nice blog…How to extend this to 8 PSK?

]]>
By: Shahab Shariat Bagheri https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-32943 Tue, 05 Sep 2017 14:56:00 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-32943 In reply to Abdulaziz Azzam Zezoo.

Hello,
This link gives the idea of using different modulation schemes for your bit stream and the important Bir Error Rate curve which is also used in practice:
https://www.gaussianwaves.com/2010/04/performance-comparison-of-digital-modulation-techniques-2/
The figure in this link shows well the more you increase the symbols (BPSK, QPSK, 8PSK , …) the more the probability of error is going to be increased. Becasue simply there is more bits to be wrong. So for a fixed Power (SNR) you have a better performance for BPSK.

But in the cost that your bit rate is the smallest possible in your system.
otherwise you can have maximum bit rate.

]]>
By: Abdulaziz Azzam Zezoo https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-31635 Tue, 08 Aug 2017 07:49:00 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-31635 In reply to Shahab Shariat Bagheri.

i have Q
can u help me
Digital information is to be transmitted by digital modulation through an additive white
Gaussian noise channel with a required bit error probability, Pb of 2×10-4. Evaluate the
dependency of the bit error probability, Pb, on Eb/N0 in dB, of the modulation schemes DPSK
and 8-PSK. If the system’s main criterion is the bit error probability, Pb, which of these
modulation schemes would you choose? Provide your answer by showing calculations.

]]>
By: Abdulaziz Azzam Zezoo https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-31634 Tue, 08 Aug 2017 07:48:00 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-31634 Hello sir,
can i ask q here if can
Digital information is to be transmitted by digital modulation through an additive white
Gaussian noise channel with a required bit error probability, Pb of 2×10-4. Evaluate the
dependency of the bit error probability, Pb, on Eb/N0 in dB, of the modulation schemes DPSK
and 8-PSK. If the system’s main criterion is the bit error probability, Pb, which of these
modulation schemes would you choose? Provide your answer by showing calculations.

]]>
By: Shahab Shariat Bagheri https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-27962 Sun, 14 Jun 2015 21:49:00 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-27962 In reply to Narimane Hadjadji.

Actually, Just for checking a Theoretical important problem, Square Root Raised Cosine filter does not have a relation with your NRZ Stream, it’s just a pulse shaping of your NRZ Stream it means that you wanna send for example 1 -1 1 -1 -1 1 , … then the signal analogue that specifies to 1 will be 1 * Cosine filter and for -1 will be (-1)* Cosine wave, … which effectively depends on your sampling frquency of filter that you have choosen and the rol of factor of pulse,

So my solution for you is at first upsample of your NRZ data arbiary (4,8 or 16 , …) and then taking convolution of upsampled data and root raised cosine filter will have give simply the output that you need. and now it’s your ready signal to modulation.

Matlab code :
N = 10^4 ; % number of data
up = 4; % upsampling data
d = randsrc(1,N);

du = upsample (d,up);
x = conv(du,Root_Raised_Cosine); % your ready signal to go to modulate

]]>
By: Shahid ullah https://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-27953 Fri, 12 Jun 2015 18:37:00 +0000 http://www.gaussianwaves.com/2010/10/qpsk-modulation-and-demodulation-2/#comment-27953 Hello sir,
I need The Matlab code of QPSK 2*2 MIMO with no channel coding using MMSE Receiver and hard detection. (Rayleigh channel) used BER curves to show performance…plz i need it urgently…. my Email numb is .. [email protected]

]]>