Hi all!! I have implemented BPSK modulation with DSK 6713.I'm writting a
program to implement BPSK modulation and demodulation on the same Kit DSK
6713, but it doesn't run. Can we implement BPSK modulation and demodulatio
on the same Kit DSP?. I wil post my source code later!
By the way! I also have a project about QPSK demodulation, but when I
recover carrier wave, I only recover sin wave(in_phase). How can I get cos
wave(Q-Phase) from sin wave?
Please help me! Thank you!
BRs!
|
|
0
|
|
|
|
Reply
|
trung86
|
12/29/2009 3:23:12 PM |
|
On Tue, 29 Dec 2009 09:23:12 -0600, trung86 wrote:
> Hi all!! I have implemented BPSK modulation with DSK 6713.I'm writting a
> program to implement BPSK modulation and demodulation on the same Kit
> DSK 6713, but it doesn't run. Can we implement BPSK modulation and
> demodulatio on the same Kit DSP?.
Yes, you most likely have a software error.
> I wil post my source code later!
You will have better luck if you outline what you're doing -- source code
takes ages to plow through, and only implementation bugs are obvious. If
yours is a bug at the architectural or design level (which is likely if
you're a beginner) then posting code will just get in the way.
Be sure to include things like your data rate, your sample rate, your
carrier frequency, your general approach, etc.
> By
> the way! I also have a project about QPSK demodulation, but when I
> recover carrier wave, I only recover sin wave(in_phase). How can I get
> cos wave(Q-Phase) from sin wave?
> Please help me! Thank you!
> BRs!
If you're recovering the carrier wave with some sort of a PLL where
you're generating a carrier and comparing its phase to the (suppressed)
carrier of the incoming signal, then you should be able to generate your
quadrature carrier at the same time as your inphase, and solve all your
problems.
If not, and if your sine wave is at a known frequency, ponder the effects
of the filter
H(z) = (z + a) / (z - b)
on your sine wave if a and b are chosen to be close to 1.
--
www.wescottdesign.com
|
|
0
|
|
|
|
Reply
|
Tim
|
12/29/2009 4:45:42 PM
|
|
On Dec 29, 10:23=A0am, "trung86" <kiemkhachhop...@yahoo.com.vn> wrote:
> Hi all!! I have implemented BPSK modulation with DSK 6713.I'm writting a
> program to implement BPSK modulation and demodulation on the same Kit DSK
> 6713, but it doesn't run. Can we implement BPSK modulation and demodulati=
o
> on the same Kit DSP?. I wil post my source code later!
> By the way! I also have a project about QPSK demodulation, but when I
> recover carrier wave, I only recover sin wave(in_phase). How can I get co=
s
> wave(Q-Phase) from sin wave?
> Please help me! Thank you!
> BRs!
There are multiple ways to create the quadrature component of your
received signal. Here is a simple way:
http://www.claysturner.com/dsp/ASG.pdf
Since you are doing both sides (Tx and Rx), see if you can find a
source of signal (from other than your box) so you can "break the tie"
when your overall system doesn't work. I.e., is the problem in your Tx
or your Rx?
IHTH,
Clay
|
|
0
|
|
|
|
Reply
|
Clay
|
12/30/2009 3:37:02 PM
|
|
|
2 Replies
592 Views
(page loaded in 0.064 seconds)
Similiar Articles: BPSK demodulation - comp.dspHi all!! I have implemented BPSK modulation with DSK 6713.I'm writting a program to implement BPSK modulation and demodulation on the same Kit DSK 6... BPSK Demodulation Eb/N0 vs BER - comp.soft-sys.matlabI want to plot Eb/N0 vs BER bpsk demodulation in Matlab. I am using BPSK modulated signal @ carrier frequencey 8KHz, data rate 1KHz. Sampling rate is... 8 PSK MODULATOR AND DEMODULATOR CIRCUIT - comp.dspM-QAM and M-PSK - comp.soft-sys.matlab BPSK demodulation - comp.dsp I have implemented BPSK modulation with DSK 6713.I'm ... tell me circuit for modulator and demodulator ... OQPSK demodulator - comp.soft-sys.matlabBPSK demodulation - comp.dsp I also have a project about QPSK demodulation, but when I recover carrier wave, I only recover sin wave(in_phase). How can I get cos wave ... BPSK and 16-QAM modulation of binary data - comp.soft-sys.matlab ...QPSK BER modulation - comp.soft-sys.matlab BPSK demodulation - comp.dsp 16-QPSK Vs 64 QAM - comp.dsp BPSK Demodulation Eb/N0 vs BER - comp.soft-sys.matlab BPSK and 16-QAM ... QPSK BER modulation - comp.soft-sys.matlab16-QPSK Vs 64 QAM - comp.dsp QPSK BER modulation - comp.soft-sys.matlab 16-QPSK Vs 64 QAM - comp.dsp BPSK demodulation - comp.dsp BPSK,QPSK,16-QAM constellation points ... Digital FM Demodulation - comp.dspBPSK Demodulation Eb/N0 vs BER - comp.soft-sys.matlab Digital FM Demodulation - comp.dsp BPSK demodulation - comp.dsp GaussianWaves: BPSK modulation and Demodulation In ... LDPC BER curve (for DVB-S2) - comp.soft-sys.matlabBPSK demodulation - comp.dsp LDPC BER curve (for DVB-S2) - comp.soft-sys.matlab... sqrt(var(z)).*randn(1,enc.blocklength); %or-->receivedsig = modulatedsig+sigma.*randn(1 ... Optimal digital FSK demodulator - comp.dspFM and I+Q - comp.soft-sys.matlab Digital FM Demodulation - comp.dsp Hi all, After seaching the ... FM Server Hardware Best practices : SCSI ... FM and FSK and BPSK ... M-QAM and M-PSK - comp.soft-sys.matlabBPSK demodulation - comp.dsp I have implemented BPSK modulation with DSK 6713.I'm ... 8 PSK MODULATOR AND DEMODULATOR CIRCUIT - comp.dsp BPSK ... BER modulation - comp ... Phase-shift keying - Wikipedia, the free encyclopediaFor the case of BPSK for example, the laser transmits the field unchanged for binary '1', and with reverse polarity for '0'. The demodulator consists of a delay line ... GaussianWaves: BPSK modulation and DemodulationIn digital modulation techniques a set of basis functions are chosen for a particular modulation scheme.Generally the basis functions are orthogonal to ... 7/24/2012 7:15:36 PM
|