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.

problem with some design code using Code composer studio

Status
Not open for further replies.

HENRY85

Newbie level 5
Joined
Nov 27, 2011
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,336
can anyone help me , i really no idea to start and design the c code in code composer studio . Thank

need to design a single-sideband modulator and demodulator c code using the DSK TMS320C6713 by code composer studio .

by using the hilbert transform ,
the equation for single-sideband is

CodecData.Channel
=(float)0.5*(bias+(.5*CodecData.Channel
))*sinf(phase);

Thank......​
 

HI dude
CCS is very much simple.its like turbo C or ansi C .The major difference is that here we have to correctly mention in which address we are giving input and collecting output.you can refer texas instruments site for CCS procedures.try it..
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top