Baseband signal generation code

Status
Not open for further replies.

First One

Newbie level 5
Joined
Feb 12, 2010
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
UK
Activity points
1,351
Hello all,
Kindly, can any one help with matlab code for Baseband signal generation or even bandpass. nd tells which modulations are suitable for them.

thanx in advance
 

what do you mean by baseband signal?
 


thanx Mathuranathan,
here is a quote from one has posted it in this site:

ashwini1 said:
what type of signal you want to generate ?? and for which application it is??

The most common one is:
Fs=1e3; %Sampling Frequency
t=(0:Fs)'/Fs; % Time vector
f=30; %Frequency
x=sin(2*pi*f*t); % Baseband signal
plot(t,x);grid on;

HTH,
Ashwini

Is he right>?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…