Re: Creating waveforms



The date being 28 Oct, Steve Fryatt
spouted the following:

I'm looking for a way to create an example waveform as a series of data
points, which I can then process and feed into Tau to graph them;
effectively, I'm trying to make my own 'sound sample'. It needs to be
fairly stylised, to show a point, so using existing samples isn't proving
that practical.

Can anyone suggest a package that will do this? I thought of drawing it
in Draw, then processing the file myself to create a series of points from
the bezier curve, but if anyone has already written something similar that
would save me the effort of re-inventing the wheel.

Any suggestions?

ON ERROR CLOSE#h%:REPORT:PRINT " at line ";ERL:END
h%=OPENOUT("RAM::RamDisc0.$.Sine")
FOR n%=1 TO 360
BPUT#h%,SINRAD(n%)*127
NEXT
CLOSE#h%

But I suspect this wasn't what you meant.

I believe !SampleEd has an equation function which you could then save
as raw data.

Alternatively, I'm working on a program which allows direct editing of
raw data as an 8-bit unsigned waveform, but I don't think that was what
you meant either.

--
__<^>__ === RISC OS is a work of art. Some people adore it, ===
/ _ _ \ === others can't see the point of it, and it's really ===
( ( |_| ) ) === expensive. ===
\_> <_/ ======================= Martin Bazley ===================
.



Relevant Pages

  • Re: [Fwd: Re: [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4]
    ... > fewer useless info, the quicker the human brain can read it. ... > to generate a nice graph out of it needs a different format.) ... Then one can process this raw data to ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Graphing 20 months of data into 2 lines
    ... for Apr06 to Mar 07 and so on. ... What is wrong with manipulating your raw data into something ... I want to have a line graph which shows Jan to Dec and compares two ... I want to use my current data without manipulating the data into 1 ...
    (microsoft.public.excel.charting)
  • How to retain graph from report
    ... I am able to successfully generate graph in a report based on some x ... and y values and show the raw data on this report as well. ... since applied a macro that exports this report into Excel. ...
    (microsoft.public.access.reports)
  • DSWTFM: Paying attention to your own graph
    ... I have the raw data from which the graph is said to be sourced. ... of complete openness, I'll be repeating that raw data on here, along with ... So the first question I have to ask you is, given the two facts above, have ...
    (alt.radio.digital)