electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » How-tos
Software to plot modulation ?
Post new topic   Reply to topic
Page 1 of 1 [2 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
oXo



Joined: Sep 20, 2004
Posts: 36
Location: Paris

PostPosted: Thu Sep 30, 2004 5:51 am    Post subject: Software to plot modulation ? Reply with quote  Mark this post and the followings unread

Hello,
I 'm searching a software to plot different modulation waveshape, I can do with my synth.
The idea is : all of us know the effect of an sin LFO applied to a picth or other parameters, but when we use more LFO, like a sin LFO + a 25% pulse LFO with a period equal a half of the sine... It 's really more difficult to think of the resulting wave... I'm trying to do the drawing with excel and it works well with simple waveshapes like sin or triangle, but it become difficult with waveshape like stairs...
Any ideas ?
Back to top
View user's profile Send private message
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24493
Location: The Netherlands, Enschede
Audio files: 298
G2 patch files: 320

PostPosted: Thu Sep 30, 2004 6:36 am    Post subject: Reply with quote  Mark this post and the followings unread

To staircase a signal you'll want to round it or convert it into an integer somehow.

In Pascal I use expressions like Signal := Round( Signal * 256) / 256; (assuming the maximum signal level is 1 and wanting 8 bits resolution = 256 steps).

Another way to go might be to use modulo(), int() and/or frac() functions, I don't know what Excel's possibilities are in this.

Depending upon the signal scale you use things might have to be changed a bit. Like in :

Signal := Round( Signal * ( WantedStepsNum / FullScaleSignal)) / ( WantedStepsNum * FullScaleSignal);


The idea is to scale the signal up in such a way that the wanted number of stairs matches the signal range. Once there you convert the number into an integer (thereby loosing all the fractions and staircasing the thing) and then you scale it back to the original range.

Jan.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic
Page 1 of 1 [2 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » How-tos
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use