Generation of Signal in wireless communication by the help of MATLAB
You can use randi function to generate a signal.
For example:- We have to generate a column vector of random data.
Syntax:- x = randi ([0,1],number of bits, 1)
where the first input is a range of bits
The second input is the number of rows
The Third input is the number of columns
Great
ReplyDelete