Re: multipath channel simulation



Please send me for file rayleighchan.m
Thankyou
Elan wrote:
>
>
> Hi
> I am trying to implement an alamouti mimo-ofdm system.
> I am not really sure how I should go around creating the multipath
> channel.
> According to alamouti the channel has to stay constant over a
> period
> of two symbols but I can't seem to figure out how to do this with
> the
> matlab multipath function.
> right now what I'm doing to create the channel is:
>
> ------------------------------------------
> ts=5e-8; %sample time
> fd=30; %max doppler shift
> tau=[0 10 20 30 40 50 60 70 80 90 110 140 170 200 240 290 340
> 390]*1e-9;
> pdb=[0 -0.9 -1.7 -2.6 -3.5 -4.3 -5.2 -6.1 -6.9 -7.8 -4.7 -7.3 -9.9
> -12.5 -13.7 -18 -22.4 -26.7];
> chan = rayleighchan(ts,fd,tau,pdb);
> out= filter(chan,data);
> ------------------------------------------
> Also the channel is applied to the symbols in the time domain after
> the ofdm ifft but the channel needs to be constant in the freq.
> domain after the fft.
> any ideas anyone? I'm getting desperate here.
>
> Elan.
.



Relevant Pages

  • multipath channel simulation
    ... I am trying to implement an alamouti mimo-ofdm system. ... I am not really sure how I should go around creating the multipath ... According to alamouti the channel has to stay constant over a period ... Also the channel is applied to the symbols in the time domain after ...
    (comp.soft-sys.matlab)
  • multipath channel simulation
    ... I am trying to implement an alamouti mimo-ofdm system. ... I am not really sure how I should go around creating the multipath ... According to alamouti the channel has to stay constant over a period of ... Also the channel is applied to the symbols in the time domain after the ...
    (comp.dsp)
  • Re: multipath channel simulation
    ... you say that the sample time is ... that your FFT size is 256, and that you have one sample per OFDM ... This means that you want the coherence time of the channel ... > Also the channel is applied to the symbols in the time domain after the ...
    (comp.dsp)
  • Re: Frequency /time domain equalization
    ... I am doing simulation studies for frequency and time domain ... For time domain equalization I am using 31 tap MMSE filter ... My channel impulse response is modeled as tapped delay line with 3 - ...
    (comp.dsp)