BBC BASIC for Windows
General >> General Board >> Marching On ! http://bb4w.conforums.com/index.cgi?board=general&action=display&num=1399434014 Marching On !
Post by hitsware on May 7th, 2014, 03:40am
Yes, I am on your side in that argument, but I'm afraid 'audiophiles' often disbelieve what the mathematics tells them! Perhaps the BBC BASIC code will be more convincing - you could have drawn a graph as well as listing the results as a table:
Code:
volts = 10
outputZ = 8
FOR load = 1 TO 20
allZ = load + outputZ
I = volts / allZ
pout = (I ^ 2) * load
PRINT "load="; load TAB(10) "pout="; pout
DRAW load * 20, pout * 50
NEXT load
Richard.
Re: Marching On !
Post by hitsware on May 7th, 2014, 7:11pm
Thanks ! I had no idea graphing was so simple.
Re: Marching On !
Post by hitsware on May 9th, 2014, 03:43am
REM: This sorta works as is ....... REM: The tuning is BB4W but the just REM: to BB4W interpreter at least allows REM: the ' spirit ' of Just Intonation !