Main Page: Difference between revisions
Jump to navigation
Jump to search
Zach.swena (talk | contribs) |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
*[[http://people.wallawalla.edu/~rob.frohne/ClassNotes/ Class Notes]] |
|||
=Classes = |
=Classes = |
||
*[[Intro to CAD]] |
|||
*[[Assembly Language Programming]] |
|||
*[[Circuit Analysis]] |
|||
*[[Linear Network Analysis]] |
*[[Linear Network Analysis]] |
||
*[[Feedback and Control Systems]] |
*[[Feedback and Control Systems]] |
||
*[[Engineering Electronics]] |
*[[Engineering Electronics]] |
||
*[[Electromechanical Energy Conversion]] |
*[[Electromechanical Energy Conversion]] |
||
*[[ |
*[[Digital Control Systems]] |
||
*[[Signals and systems|Signals and Systems]] |
*[[Signals and systems|Signals and Systems]] |
||
*[[Communications Systems]] |
*[[Communications Systems]] |
||
*[[Power Electronics]] |
|||
*[[Embedded Systems]] |
|||
*[[Electromagnetic Fields/Electricity and Magnetism]] |
|||
*[[Digital Logic]] |
|||
=Useful Tools= |
=Useful Tools= |
||
*[[http:// |
*[[http://octave-online.net/ Octave Online ]] |
||
====How to get Sound.m to work in Windows==== |
|||
First make sure you have the audio 1.1.4 package installed in octave forge. |
|||
Install sox to the octave bin dir. |
|||
http://sourceforge.net/projects/sox/files/sox/14.3.2/sox-14.3.2-win32.exe/download |
|||
Or extract the contents of the sox-14.3.2 folder inside the zip folder into the bin dir. |
|||
http://sourceforge.net/projects/sox/files/sox/14.3.2/sox-14.3.2-win32.zip/download |
|||
Open sound.m from |
|||
.\Octave\3.2.4_gcc-4.4.0\share\octave\packages\audio-1.1.4 |
|||
=Workshops= |
|||
Edit sound.m by commenting out line 99 and paste the following right after |
|||
*[[Android Programming]] |
|||
if(file_in_path(EXEC_PATH, "sox.exe")) |
|||
sound_play_utility = "sox.exe -t AU - -d"; |
Latest revision as of 15:54, 3 May 2018
Classes
- Intro to CAD
- Assembly Language Programming
- Circuit Analysis
- Linear Network Analysis
- Feedback and Control Systems
- Engineering Electronics
- Electromechanical Energy Conversion
- Digital Control Systems
- Signals and Systems
- Communications Systems
- Power Electronics
- Embedded Systems
- Electromagnetic Fields/Electricity and Magnetism
- Digital Logic