1 / 11

ASSIGNMENT 3 EE 578 25/10/2010

ASSIGNMENT 3 EE 578 25/10/2010. SIDDHARTH NAIR G200901750. Bpsk.m. Input sr=256000.0; % Symbol rate ml=1; % Number of modulation levels br=sr.*ml; % Bit rate (=symbol rate in this case) nd = 1000; % Number of symbols that simulates in each loop ebn0=3; % Eb/N0

nowles
Télécharger la présentation

ASSIGNMENT 3 EE 578 25/10/2010

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ASSIGNMENT 3EE 57825/10/2010 SIDDHARTH NAIR G200901750

  2. Bpsk.m Input • sr=256000.0; % Symbol rate • ml=1; % Number of modulation levels • br=sr.*ml; % Bit rate (=symbol rate in this case) • nd = 1000; % Number of symbols that simulates in each loop • ebn0=3; % Eb/N0 • IPOINT=8; % Number of oversamples • %******************* Filter initialization ******************** • irfn=21; % Number of filter taps • alfs=0; % Rolloff factor Output Eb/No Errors Tx BER 3 2470 100000 2.470000e-002

  3. Bpsk_fading.m Input • sr=256000.0; % Symbol rate • ml=1; % Number of modulation levels • br=sr.*ml; % Bit rate (=symbol rate in this case) • nd = 1000; % Number of symbols that simulates in each loop • ebn0=-10:5:40; % Eb/N0 • IPOINT=8; % Number of oversamples • %******************* Filter initialization ******************** • irfn=21; % Number of filter taps • alfs=0.5; % Rolloff factor

  4. Output – Rolloff Factor = 50%

  5. Output – Flat Fading Channel(Amplitude Distortion)Rolloff Factor = [0 0.5 1]

  6. QAM16_fading.m Input • sr=256000.0; % Symbol rate • ml=4; % ml:Number of modulation levels (BPSK:ml=1, QPSK:ml=2, 16QAM:ml=4) • br=sr .* ml; % Bit rate • nd = 100; % Number of symbols that simulates in each loop • ebn0=-10:5:40; % Eb/N0 • IPOINT=8; % Number of oversamples • %********************** Filter initialization ************************** • irfn=21; % Number of taps • alfs=0.5;

  7. Output -- 16 QAM Flat Fading

  8. Received Constellation Amplitude + Phase Distortion Amplitude Distortion

  9. Nyquist Pulses Input • sr=256000.0; % Symbol rate • ipoint=2^03; % Number of oversamples • ncc=1; • %******************* Filter initialization ******************** • irfn=21; % Number of filter taps

  10. Nyquist Pulses – Impulse Response

  11. Nyquist Pulses – Frequency Response

More Related