Hello,
I am trying to calculate the following:
I am using the following code:
if true
clear all;
close all
clc;
SNR0dB = 40;
SNR0 = 10 ^ (SNR0dB / 10);
LaserIntensity = 1877;
EffNoisePower = 4;
tmp_sigma = 20;
m=1;
rho=0.5;
H=1;
load coeffs
C = sqrt(SNR0*EffNoisePower) /...
Hello, I am trying to use Bivariate Nakagami-m distribution for calculating E{Perr}... To check myself I've tried to Integrate only the Bivariate Nakagami pdf using integral2 over [-inf,inf] range. Of course I expect to get - 1. Before using the Nakagami pdf I've tried with Normal distribution...