资源简介
单项锁相环 MATLAB Simulink仿真 C语言 S-Function写的 数字PI控制器
代码片段和文件信息
/*
* File: h_function.c
*
*
* --- THIS FILE GENERATED BY S-FUNCTION BUILDER: 3.0 ---
*
* This file is an S-function produced by the S-Function
* Builder which only recognizes certain fields. Changes made
* outside these fields will be lost the next time the block is
* used to load edit and resave this file. This file will be overwritten
* by the S-function Builder block. If you want to edit this file by hand
* you must change it only in the area defined as:
*
* %%%-SFUNWIZ_defines_Changes_BEGIN
* #define NAME ‘replacement text‘
* %%% SFUNWIZ_defines_Changes_END
*
* DO NOT change NAME--Change the ‘replacement text‘ only.
*
* For better compatibility with the Simulink Coder the
* “wrapper“ S-function technique is used. This is discussed
* in the Simulink Coder‘s Manual in the Chapter titled
* “Wrapper S-functions“.
*
* -------------------------------------------------------------------------
* | See matlabroot/simulink/src/sfuntmpl_doc.c for a more detailed template |
* -------------------------------------------------------------------------
* Created: Tue Jul 25 22:54:17 2017
*/
#define S_FUNCTION_LEVEL 2
#define S_FUNCTION_NAME h_function
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/* %%%-SFUNWIZ_defines_Changes_BEGIN --- EDIT HERE TO _END */
#define NUM_INPUTS 1
/* Input Port 0 */
#define IN_PORT_0_NAME u0
#define INPUT_0_WIDTH 8
#define INPUT_DIMS_0_COL 1
#define INPUT_0_DTYPE real_T
#define INPUT_0_COMPLEX COMPLEX_NO
#define IN_0_frame_baseD frame_NO
#define IN_0_BUS_baseD 0
#define IN_0_BUS_NAME
#define IN_0_DIMS 1-D
#define INPUT_0_FEEDTHROUGH 1
#define IN_0_ISSIGNED 0
#define IN_0_WORDLENGTH 8
#define IN_0_FIXPOINTSCALING 1
#define IN_0_FRACTIONLENGTH 9
#define IN_0_BIAS 0
#define IN_0_SLOPE 0.125
#define NUM_OUTPUTS 1
/* Output Port 0 */
#define OUT_PORT_0_NAME y0
#define OUTPUT_0_WIDTH 8
#define OUTPUT_DIMS_0_COL 1
#define OUTPUT_0_DTYPE real_T
#define OUTPUT_0_COMPLEX COMPLEX_NO
#define OUT_0_frame_baseD frame_NO
#define OUT_0_BUS_baseD 0
#define OUT_0_BUS_NAME
#define OUT_0_DIMS 1-D
#define OUT_0_ISSIGNED 1
#define OUT_0_WORDLENGTH 8
#define OUT_0_FIXPOINTSCALING 1
#define OUT_0_FRACTIONLENGTH 3
#define OUT_0_BIAS 0
#define OUT_0_SLOPE 0.125
#define NPARAMS 0
#define SAMPLE_TIME_0 0.000078124
#define NUM_DISC_STATES 0
#define DISC_STATES_IC [0]
#define NUM_CONT_STATES 0
#define CONT_STATES_IC [0]
#define SFUNWIZ_GENERATE_TLC 1
#define SOURCEFILES “__SFB__“
#define PANELINDEX 6
#define USE_SIMSTRUCT 0
#define SHOW_COMPILE_STEPS 0
#define CREATE_DEBUG_MEXFILE
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 24692 2017-08-25 17:13 单相锁相\hbridge.slx
文件 24113 2017-08-05 15:23 单相锁相\hbridge.slx.original
文件 7983 2017-08-25 11:44 单相锁相\h_function.c
文件 14848 2017-08-25 16:52 单相锁相\h_function.mexw64
文件 1566 2017-07-25 22:54 单相锁相\h_function.tlc
文件 5234 2017-08-25 16:52 单相锁相\h_function_wrapper.c
文件 2880 2017-07-25 22:54 单相锁相\rtwmakecfg.m
文件 279 2017-07-25 22:54 单相锁相\SFB__h_function__SFB.mat
目录 0 2017-08-25 17:13 单相锁相
----------- --------- ---------- ----- ----
81595 9
相关资源
- LDPC源代码c语言matlab.rar
- PNCC声特征matlab代码
- matlab rtw
- MATLAB可调用的图像滑动窗口算法
- Linux下用c++调用自己的matlab函数的一个
- tensor voting的 matlab实现
- A*星算法matlab实现
- 梅尔倒谱系数MFCC的matlab代码
- 音频感知哈希函数的提取matlab codes
- 第一代curvelet变换matlab程序
- 利用MATLAB 改写的基于c++的模糊逻辑
- matlab 调用face_landmark接口
- matlab的SVM工具包
- 基于MATLAB使用C语言的读取GPS的rinex的
- 扩展卡尔曼滤波程序(matlab)
- FFT 和IFFT基二的C语言和MATLAB实现
- 数字信号处理课设报告 低比特率图像
- MFCC梅尔倒谱参数及matlab代码
- NUFFT的matlab算法
- 语音情感识别matlab源代码.zip
- 人工势场法C++版及利用opencv(or matl
- 基于遗传算法的随机规划matlab
- 图像融合 NSCT算法 matlab
- 用matlab调用c程序
- 时空上下文视觉跟踪STC含有matlab和c
- 语音识别MFCC特征提取matlab代码
- 基于MATLAB的温度场模拟
- 基础版小波变换的Mallat算法含C和mat
- MFCC参数提取的matlab实现
- DWA算法验证
评论
共有 条评论