Community Profile

photo

Anamika


VINAYAKA MISSIONS UNIVERSITY

Active since 2014

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


matlab code for frequency selective fading
I have this code- clc; clear all; close all; N = 128; % No of subcarriers Nc...

10 years ago | 0 answers | 2

0

answers

Question


Ber computation for frequency selective fading
I have the following matlab code clc; clear all; close all; N = 128; % No of ...

10 years ago | 0 answers | 0

0

answers

Question


ber calculation for multipath channel
Can anyone please give me the matlab code for multipath channel model including fade margin and coherence tim?

10 years ago | 0 answers | 0

0

answers

Question


mutual information calculation between input and output
How to calculate the mutual information between transmitted and received bits in a BPSK modulated system? Can anyone plz help.

10 years ago | 1 answer | 0

1

answer

Question


mutual information calculation for binary sequence
How to calculate mutual information between two binary sequences. for eg- x= randn(1,100)>.5; y=rand(1,100)>.2;

10 years ago | 2 answers | 0

2

answers

Question


Related to mutual information
This is a function for mutual information function I = MutualInformation(X,Y); if (size(X,2) > 1) % More than one pre...

10 years ago | 1 answer | 0

1

answer