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

Comments

Post a Comment

Popular posts from this blog

Calculation of Bit Error Rate (BER) of Orthogonal Frequency Division Multiplexing (OFDM) through MATLAB