Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Zach.swena (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
=Useful Tools= | =Useful Tools= | ||
*[[http://fweb.wallawalla.edu/weboctave-0.1.0/ Octave on FWEB ]] | *[[http://fweb.wallawalla.edu/weboctave-0.1.0/ Octave on FWEB ]] | ||
====How to get Sound.m to work in Windows==== | |||
Intall sox from | |||
http://sox.sourceforge.net/ | |||
Edit sound.m by commenting out line 99 and paste the following right after | |||
if(file_in_path(EXEC_PATH, "sox.exe")) | |||
sound_play_utility = "sox.exe -t AU - -d"; |
Revision as of 08:05, 2 December 2011
Classes
- Linear Network Analysis
- Feedback and Control Systems
- Engineering Electronics
- Electromechanical Energy Conversion
- Power Electronics
- Signals and Systems
- Communications Systems
Useful Tools
How to get Sound.m to work in Windows
Intall sox from
http://sox.sourceforge.net/
Edit sound.m by commenting out line 99 and paste the following right after
if(file_in_path(EXEC_PATH, "sox.exe")) sound_play_utility = "sox.exe -t AU - -d";