запущен проект motor identification c терминалкой

This commit is contained in:
2026-06-05 12:15:36 +03:00
commit 177431f3d2
1383 changed files with 840275 additions and 0 deletions

14
Inu_im_1wnd_3lvl/allmex.m Normal file
View File

@@ -0,0 +1,14 @@
% Êîìïèëèðóåò S-function
currFolder = cd;
cd([currFolder, '\Inu']);
mex -D"ML" ...
-I"F:\Work\Projects\MATLAB\Drives_lib_new\device_support_ml\include" ...
-outdir F:\Work\Projects\MATLAB\Drives_lib_new\Inu_im_1wnd_3lvl ...
wrapper_inu.c controller.c init28335.c detcoeff.c isr.c main.c param.c upr.c estimate.c...
F:\Work\Projects\MATLAB\Drives_lib_new\device_support_ml\source\C28x_FPU_FastRTS.c ...
F:\Work\Projects\MATLAB\Drives_lib_new\device_support_ml\source\DSP2833x_GlobalVariableDefs.c ...
-g
cd(currFolder);
clear currFolder