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.

polyphonic ring tone generator

Status
Not open for further replies.

socrates

Newbie level 1
Joined
Nov 10, 2004
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
9
hi
can anyone suggest how to produce a Pulse Width Modulated single sine wave using direct digital synthesis technique which is to be used to produce the ring tone generator in a mobile phone in MATLAB???

the behaviour software is as follows:
Reset: NoteNumber=0;
NoteDurattion;

DrivingFrequency:phaseAccunulator=(PhaseAccumulator+Ton[NoteNumber].Pitch)
mod PhaseAccumulatorSize;
if((Tunelength=NoteNumber)&!Continous)
Stop
Elseif NoteDuration=Tune[NoteNumber].LengthofNote then
NoteDuration=0;
NoteNumber=NoteNumber+1;
Else
Output=Wavetable[PhaseAccumulator];
NoteDuration=NoteDuration+1;

thanks
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top