Narrowband channel Matlab Wireless Communication
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hi everyone, I've one problem with the narrowband channel. Please for your help! In this addresses are the problems!
It's part from Wireless Communication.
I started with this values, but I'm not sure it's a correct!
U = 0:2*pi;
h = zeros(1, 500);
alfa = input('Input alfa: ');
fi = input('Input fi: ');
j = input('Input j: ');
e = exp(-j*rand(0, 500);
1 Commento
  Walter Roberson
      
      
 il 14 Feb 2013
				It is unlikely that U should go from 0 to 2*pi by 1's.
You are missing the ")" for the "exp("
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Wireless Communications in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

