Can Multisim Import and Process Sound Files Through a Circuit?

  • Thread starter Thread starter houlahound
  • Start date Start date
  • Tags Tags
    files Sound
Click For Summary
SUMMARY

Multisim can import sound files and process them through circuits, such as a passive low-pass RC filter, allowing users to output clean signals as WAV files. The process involves utilizing simulator functions like $read and $write to handle file data. While specific commands for Multisim are not detailed in the discussion, users can capture data into variables and manipulate it through arrays. For further assistance, engaging with the NI Multisim forums is recommended.

PREREQUISITES
  • Understanding of Multisim software functionalities
  • Familiarity with simulation commands like $read and $write
  • Basic knowledge of circuit simulation concepts
  • Experience with file handling in simulation environments
NEXT STEPS
  • Research Multisim file handling capabilities
  • Learn about the $read and $write functions in simulation tools
  • Explore how to implement passive low-pass RC filters in Multisim
  • Visit the NI Multisim forums for community support and examples
USEFUL FOR

Electronics engineers, circuit designers, and anyone interested in simulating audio processing with Multisim.

houlahound
Messages
907
Reaction score
223
Is it possible to import a sound file into multisim and run it thru a circuit eg a passive low pass RC filter and send the signal to a speaker and save the clean signal say as a wav file.
 
Engineering news on Phys.org
You can generally input data from a file into a simulation, operate on it, then capture that data to a signal and write it to a file. You can then convert it to whatever format you choose.

The actual commands to do that depends on the simulator, but it is basically learning to make use of the various $read and $write simulator functions.
Not sure what multisim has available, if anything.

For example the following (from an ncsim file, not multisim)
$fwrite(tester_vectorsFPGA_filehandle,"%s %s %b %b //%0d\n",dpstringFPGA, dmstringFPGA, txoe, testeroe, vector_num12);

will write to the file represented by the filehandle: two strings (contained in dpstringFPGA, dmstringFPGA) , and 2 binary values (contained in txoe, testeroe) and a decimal value vector_num12

You just capture the data into a variable at each clock edge, and write it out.

You do a similar thing to read a file into a 2 dimensional array, then iterate through the array on each clock edge (or as you need the data).
Generally the array needs to be large enough to hold the whole file.

Others may have more experience with multisim.
 
Is ncsim a circuit simulator?

Not sure if it is valid code language but I read a lot of random symbols in yr code.

Same happens to math eqtns I read here so I think it is prob my end.
 
ncsim is a Cadence multilanguage simulator that I use at work.
I guess what I wrote won't help you with multisim. Sorry.

I recommend you ask your question in the NI multisim forums. I assume there are symbols to access file data for read and write, but I don't know how to do it.
 
Links to Cadence overview?
 
Most likely this can only be answered by an "old timer". I am making measurements on an uA709 op amp (metal can). I would like to calculate the frequency rolloff curves (I can measure them). I assume the compensation is via the miller effect. To do the calculations I would need to know the gain of the transistors and the effective resistance seen at the compensation terminals, not including the values I put there. Anyone know those values?

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 15 ·
Replies
15
Views
4K
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
4K
Replies
26
Views
6K
  • · Replies 31 ·
2
Replies
31
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K