摘要: typedef struct { _iq Ref; // Input: reference set-point _iq Fbk; // Input: feedback _iq Out; // Output: controller output _iq Kp; // Parameter: propor 阅读全文
posted @ 2022-04-07 17:49 涧落水寒 阅读(316) 评论(0) 推荐(0) 编辑
摘要: typedef struct { _iq Ualpha; // Input: reference alpha-axis phase voltage _iq Ubeta; // Input: reference beta-axis phase voltage _iq Ta; // Output: re 阅读全文
posted @ 2022-04-05 10:40 涧落水寒 阅读(433) 评论(0) 推荐(0) 编辑
摘要: typedef struct { _iq Gain; // Input: reference gain voltage (pu) _iq Offset; // Input: reference offset voltage (pu) _iq Freq; // Input: reference fre 阅读全文
posted @ 2022-04-04 22:44 涧落水寒 阅读(212) 评论(0) 推荐(0) 编辑
摘要: typedef struct{ _iq Freq; // Input: Input Frequency (pu) _iq VoltOut; // Output: Output voltage (pu) _iq LowFreq; // Parameter: Low Frequency (pu) _iq 阅读全文
posted @ 2022-04-01 22:05 涧落水寒 阅读(181) 评论(0) 推荐(0) 编辑
摘要: typedef struct { _iq Freq; // Input: Ramp frequency (pu) _iq StepAngleMax; // Parameter: Maximum step angle (pu) _iq Angle; // Variable: Step angle (p 阅读全文
posted @ 2022-04-01 21:33 涧落水寒 阅读(302) 评论(0) 推荐(0) 编辑
摘要: typedef struct { _iq TargetValue; // Input: Target input (pu) Uint32 RampDelayMax; // Parameter: Maximum delay rate (Q0) - independently with global Q 阅读全文
posted @ 2022-04-01 19:31 涧落水寒 阅读(317) 评论(0) 推荐(0) 编辑
摘要: // PeripheralHeaderIncludes.h #ifndef DSP2833x_DEVICE_H #define DSP2833x_DEVICE_H 1 //...... #endif // DSP2833x_Device.h #ifndef DSP2833x_DEVICE_H #de 阅读全文
posted @ 2022-03-29 23:10 涧落水寒 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 本文为《proteus仿真51流水灯和点阵(心形)》的后续文章,上文链接:https://www.cnblogs.com/xing-2/p/11147890.html 流水灯的原理图同上文 汇编代码如下: ORG 0000H MOV R1,#01H LCALL movbit delay: MOV R 阅读全文
posted @ 2019-11-05 18:18 涧落水寒 阅读(1263) 评论(0) 推荐(0) 编辑
摘要: proteus仿真流水灯和点阵(心形) 阅读全文
posted @ 2019-07-08 18:44 涧落水寒 阅读(2677) 评论(0) 推荐(0) 编辑
摘要: 本文为codeblocks配置SDCC编译器的文档 阅读全文
posted @ 2019-07-07 20:44 涧落水寒 阅读(671) 评论(0) 推荐(0) 编辑