Awais88088
Newbie level 5
Frequency Selective fading channel (Channel Taps)
What is the physical significance of "channel tap" in a Raleigh fading channel ? Is it related to number of paths and how to determine the number of taps?
As the single tap flat fading channel is implemented as
Data_length=length(Data); %% Data is any signal
ray = sqrt(0.5*((randn(1,Data_length)).^2+(randn(1,PAR.Data_length)).^2));
Data_sent = Data.*ray;
Now, If I want to model a 6 tap frequency selective channel, how can I modify the above MATLAB code ?
What is the physical significance of "channel tap" in a Raleigh fading channel ? Is it related to number of paths and how to determine the number of taps?
As the single tap flat fading channel is implemented as
Data_length=length(Data); %% Data is any signal
ray = sqrt(0.5*((randn(1,Data_length)).^2+(randn(1,PAR.Data_length)).^2));
Data_sent = Data.*ray;
Now, If I want to model a 6 tap frequency selective channel, how can I modify the above MATLAB code ?
Last edited: