Editor

  • Thread starter Dirk Bruere at Neopax
  • Start date
D

Dirk Bruere at Neopax

Guest
Further to the TMS project I'm looking for a cheap or free waveform editor.
I want to use a PC soundcard to play a suitable .wav file through an amp into
the coil.

The .wav is a series of pseudorandom pulses of millisecond duration at around
150Hz. I need an editor to create the file.

Any ideas?

--
Dirk

The Consensus:-
The political party for the new millenium
http://www.theconsensus.org
 
On Tue, 18 Jan 2005 19:30:50 +0000, Dirk Bruere at Neopax
<dirk@neopax.com> wrote:

Further to the TMS project I'm looking for a cheap or free waveform editor.
I want to use a PC soundcard to play a suitable .wav file through an amp into
the coil.

The .wav is a series of pseudorandom pulses of millisecond duration at around
150Hz. I need an editor to create the file.

Any ideas?
Something like Matlab would be the choice here.

d

Pearce Consulting
http://www.pearce.uk.com
 
Don Pearce wrote:

On Tue, 18 Jan 2005 19:30:50 +0000, Dirk Bruere at Neopax
dirk@neopax.com> wrote:


Further to the TMS project I'm looking for a cheap or free waveform editor.
I want to use a PC soundcard to play a suitable .wav file through an amp into
the coil.

The .wav is a series of pseudorandom pulses of millisecond duration at around
150Hz. I need an editor to create the file.

Any ideas?


Something like Matlab would be the choice here.
Since I don't own it and don't want to pay for the vast array of features I will
never use, does anyone have any other ideas? What I want seems simple - a
Windows GUI where I can draw a waveform and have the soundcard play it. It must
exist somewhere.

Any PC based audio signal generator s/w on the market that is free (or cheap)?

--
Dirk

The Consensus:-
The political party for the new millenium
http://www.theconsensus.org
 
On Tue, 18 Jan 2005 17:35:42 -0500, Spehro Pefhany
<speffSNIP@interlogDOTyou.knowwhat> wrote:

On Tue, 18 Jan 2005 22:24:08 +0000, the renowned Dirk Bruere at Neopax
dirk@neopax.com> wrote:

[snip]

Since I don't own it and don't want to pay for the vast array of features I will
never use, does anyone have any other ideas? What I want seems simple - a
Windows GUI where I can draw a waveform and have the soundcard play it. It must
exist somewhere.

You can convert csv values easily to a sound file using sound editing
programs such as Cool Edit Pro. Just write a program in your favorite
language to spit out such a file and Robert's your uncle.



Best regards,
Spehro Pefhany
Would I want Robert to be my uncle ?:)

...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice:(480)460-2350 | |
| E-mail Address at Website Fax:(480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 
Dirk Bruere at Neopax wrote:
Don Pearce wrote:

On Tue, 18 Jan 2005 19:30:50 +0000, Dirk Bruere at Neopax
dirk@neopax.com> wrote:


Further to the TMS project I'm looking for a cheap or free waveform editor.
I want to use a PC soundcard to play a suitable .wav file through an amp into
the coil.

The .wav is a series of pseudorandom pulses of millisecond duration at around
150Hz. I need an editor to create the file.

Any ideas?


Something like Matlab would be the choice here.

Since I don't own it and don't want to pay for the vast array of features I will
never use, does anyone have any other ideas? What I want seems simple - a
Windows GUI where I can draw a waveform and have the soundcard play it. It must
exist somewhere.

Any PC based audio signal generator s/w on the market that is free (or cheap)?

--
Dirk

The Consensus:-
The political party for the new millenium
http://www.theconsensus.org
I just use wordpad and Sigview32.
See http://www.tinaja.com/magsn01.asp
Also http://www.tinaja.com/gurgrm01.asp

--
Many thanks,

Don Lancaster
Synergetics 3860 West First Street Box 809 Thatcher, AZ 85552
voice: (928)428-4073 email: don@tinaja.com

Please visit my GURU's LAIR web site at http://www.tinaja.com
 
"Dirk Bruere at Neopax" <dirk@neopax.com> wrote in message
news:3556fbF4hvrm0U1@individual.net...
Further to the TMS project I'm looking for a cheap or free waveform
editor.
I want to use a PC soundcard to play a suitable .wav file through an amp
into the coil.

The .wav is a series of pseudorandom pulses of millisecond duration at
around 150Hz. I need an editor to create the file.

Any ideas?

--
Dirk
Dirk

Take a look at Goldwave : Fully functional shareware with a bunch of
options.
which might or might not handle your need for a pulse sequence.

If I were doing this, I'd use Excel to generate the time points and then
fidget
the saved (text format) file into a .wav file after I'd understood the .wav
format. But I use Excel for lots of computations where others would use a
math package.

Regards
PN2222A
min. hfe 100 (at Vce=10V Ic=150mA)
 
On Tue, 18 Jan 2005 19:30:50 +0000, Dirk Bruere at Neopax <dirk@neopax.com>
wroth:

Further to the TMS project I'm looking for a cheap or free waveform editor.
I want to use a PC soundcard to play a suitable .wav file through an amp into
the coil.

The .wav is a series of pseudorandom pulses of millisecond duration at around
150Hz. I need an editor to create the file.

Any ideas?
My favorite way to create .wav files is to use LTSpice. You use the
program to create a circuit that makes the waveform you want and then save the
voltage as a .wav file. You could use piece-wise signal sources to generate any
arbitrary waveform. Or if you have the math skills, you can use a signal source
that interprets a formula. If the generated waveform is random, you can run it
through all sorts of filters to bandlimit it.

You could even simulate a Moog synthesizer with it. I've used it to
generate ultrasound doppler bloodflow signals.

LTSpice is so nice that if it could cook, I'd marry it!

Jim
 
On Tue, 18 Jan 2005 22:56:51 +0000, the renowned Dirk Bruere at Neopax
<dirk@neopax.com> wrote:

Spehro Pefhany wrote:
On Tue, 18 Jan 2005 22:24:08 +0000, the renowned Dirk Bruere at Neopax
dirk@neopax.com> wrote:


Don Pearce wrote:


On Tue, 18 Jan 2005 19:30:50 +0000, Dirk Bruere at Neopax
dirk@neopax.com> wrote:



Further to the TMS project I'm looking for a cheap or free waveform editor.
I want to use a PC soundcard to play a suitable .wav file through an amp into
the coil.

The .wav is a series of pseudorandom pulses of millisecond duration at around
150Hz. I need an editor to create the file.

Any ideas?


Something like Matlab would be the choice here.

Since I don't own it and don't want to pay for the vast array of features I will
never use, does anyone have any other ideas? What I want seems simple - a
Windows GUI where I can draw a waveform and have the soundcard play it. It must
exist somewhere.


You can convert csv values easily to a sound file using sound editing
programs such as Cool Edit Pro. Just write a program in your favorite
language to spit out such a file and Robert's your uncle.

Cool Edit Pro - $299
Still looking...
Goldwave will probably do it but I have not tried. I got a copy of
that for free with a sound chip development kit.


Best regards,
Spehro Pefhany
--
"it's the network..." "The Journey is the reward"
speff@interlog.com Info for manufacturers: http://www.trexon.com
Embedded software/hardware/analog Info for designers: http://www.speff.com
 

Welcome to EDABoard.com

Sponsor

Back
Top