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.

need to generate chirp signal

Status
Not open for further replies.

aniket18

Junior Member level 3
Joined
Jan 14, 2011
Messages
25
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,446
How could i generate upchirp and downchirp without using inbuilt function "chirp" in MATLAB ?

i want to write a code for this. could any one tell me how to do this ?
 

Chirp function is

x(t) = sin[2*pi(f*t*+k/2*t+phi)]

set you time vector (eg. t = 0:ts:1)
k is the chirp rate, f the carrier frequency and phi the initial phase (can set to 0).

in MATLAB should look something like this: x = sin(2*pi(f*t*+k/2*t+phi))
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top