Feeds
提问
matlab code for frequency selective fading
I have this code- clc; clear all; close all; N = 128; % No of subcarriers Nc...
11 years 前 | 0 个回答 | 2
0
个回答提问
Ber computation for frequency selective fading
I have the following matlab code clc; clear all; close all; N = 128; % No of ...
11 years 前 | 0 个回答 | 0
0
个回答提问
ber calculation for multipath channel
Can anyone please give me the matlab code for multipath channel model including fade margin and coherence tim?
11 years 前 | 0 个回答 | 0
0
个回答提问
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.
12 years 前 | 1 个回答 | 0
1
个回答提问
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;
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 1 个回答 | 0

