How to Plot and label the multipath impulse response of the channel.

9 views (last 30 days)
pvt= [ 0 -5 -10 -19 -33]
and tvt = [ 0 400 850 1100 2200 ] are channel time delay vector in nanoseconds and the delayed relative power
vector of the channel in dB respectively. How to Plot and label the multipath impulse response
of the channel.

Answers (2)

Hussam Mohamed
Hussam Mohamed on 14 Aug 2020
when you are assigning the channel object parameters add the 'Visualization' : for eg.:
comm.RicianChannel (...... 'Visualization' , 'Impulse response')

Chaitanya Mallela
Chaitanya Mallela on 18 Aug 2020

Categories

Find more on Detection, Range and Doppler Estimation in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!