добавлен двигатель который крутиться (с диплома)

This commit is contained in:
Razvalyaev 2025-05-16 16:21:01 +03:00
parent d464506c32
commit 05f62db4ab
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
#define PORT_WIDTH 16 ///< width of one port
#define PORT_NUMB 3 ///< amount of ports
#define PORT_NUMB 4 ///< amount of ports
// Parameters of S_Function
#define NPARAMS 1 ///< number of input parametrs (only Ts)
#define IN_PORT_WIDTH (10) ///< width of input ports

View File

@ -4,7 +4,7 @@ clear, clc,
set = mex.getCompilerConfigurations('C', 'Selected');
Ts = 0.00001;
Unom = 460;
Unom = 220;
Udc = Unom*sqrt(2);
freq = 20000;
Rload = 2;