K486D2 / MinimumOrderSensorless

Supplementary Codes for JESTPE3404227 (accepted)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supplementary Codes for JESTPE3404227

Dependency Installation

The program requires the following free softwares (tested in Windows 10).

  • gcc.exe (comes with Minimalist GNU for Windows---See this awesome page for info)

  • gmake.exe (I use the one from TI's CCS, it is located somewhere like: D:\ti\ccs930\ccs\utils\bin\gmake.exe. You don't need to get it yourself, because I have copied and pasted gmake.exe to this repository.

  • Anaconda3 (python), use pip to install following packages:

    • numpy
    • matplotlib
    • pandas

Complie Method

readmeVisualized

  • If you have trouble compling the C codes, it is also okay to directly execute acmsimcv5/c/main.exe and make sure the *.dat files are generated in acmsimcv5/dat.
    • It is a bad practice to git track *.exe file but I did it anyway just in case.

About

Supplementary Codes for JESTPE3404227 (accepted)

License:GNU General Public License v3.0


Languages

Language:C 98.1%Language:Python 1.8%Language:Makefile 0.1%Language:Batchfile 0.0%