photo

Nikshith Shetty


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


What should I do if I am getting different output every time I run my code in MATLAB code to obtain Bit error rate of BPSK modulation for the given data-[1 0 0 0 0 1 1 1]
%BER of BPSK for given data=[1 0 0 0 0 1 1 1] clc; clear all; close all; %input data N=8; m=[1 0 0 0 0 1 1 1]; x=zeros(1,...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Respondida
Write a MATLAB program to Simulate(modulate) BPSK signals for the data {10000111} and demodulate it using MATLAB. Plot all waveforms. Obtain a bit error rate graph.
% This is for the modulation and Demodulation of BPSK for the data [ 1 0 0 0 0 1 1 1] % If you obtain the Bit error rate for th...

casi 4 años hace | 0

| aceptada

Pregunta


Write a MATLAB program to Simulate(modulate) BPSK signals for the data {10000111} and demodulate it using MATLAB. Plot all waveforms. Obtain a bit error rate graph.
% This is for the modulation and Demodulation of BPSK for the data [ 1 0 0 0 0 1 1 1] % If you obtain the Bit error rate for ...

casi 4 años hace | 2 respuestas | 0

2

respuestas