Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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?
 

mathuranathan said:
Baseband signal can be generated in number of ways . Refer a standard communication text book to represent band pass signal interms of baseband signal.

One simple way to generate a arbitrary baseband signal is to generate a PRBS pattern and pass it through a low pass filter with appropriate cut off frequency.

Regards
Mathuranathan

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
:D

Is he right>?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top