how to implement v/f in arduino uno

Status
Not open for further replies.

mobinmk

New Member
succesfully i generated 3 sine wave which have 120 deg phase with each other.

using 3 phase dds

now i wana to implement v/f

amplitude modulation ..??





pls help me
 
You have a list of time-delays in 'sine256[]' that correspond to amplitudes.
The amplitudes must be scaled (either on-the-fly or in separate tables eg 'sine256_f50Hz[]', 'sine256_f40Hz[]' etc) by the ratio
'Target_frequency'/'Line_Frequency'

Somebody is sure to come along and complain that your sine-table is too long by a factor of four, and that you can do the whole operation with one quadrant of values and some arithmetic. That's true, but don't worry about that just now: you have some other things to deal with ( e.g., dead-time )
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…