photo

Nikshith Shetty


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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,...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

4 years 前 | 0

| 已接受

提问


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 ...

4 years 前 | 2 个回答 | 0

2

个回答