登录
首页 » Matlab » 一个定功率单环控制,matlab程序

一个定功率单环控制,matlab程序

于 2023-04-21 发布 文件大小:4.97 kB
0 81
下载积分: 2 下载次数: 1

代码说明:

预报误差法参数辨识-松弛的思想,使用拉亚普诺夫指数的公式,代码里有很完整的注释和解释,对信号进行频谱分析及滤波,欢迎大家下载学习,各种kalman滤波器的设计。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OFDM-QPSK
    OFDM的QPSK及其调制matlab程序(OFDM-QPSK modulation matlab and its procedures)
    2020-07-02 03:00:01下载
    积分:1
  • q
    说明:  GM(1,1)模型程序 可用于一般时间序列预测(GM (1,1) model program can be used for general time series prediction)
    2009-04-08 18:34:59下载
    积分:1
  • Matlab_GUI_Interface_Program
    精通GUI图形界面编程,接好matlab编程方法,很好的参考书, (Proficient in GUI graphical interface programming, then good matlab programming method, a very good reference books,)
    2007-10-11 16:06:40下载
    积分:1
  • performance
    Mimo System Performance code
    2010-11-13 08:36:02下载
    积分:1
  • cpid4
    针对带时滞二阶振荡环节的系统传递函数,我们这里研究了,二阶振荡环节时间常数增大,对系统动态性能的影响,读者可以在程序上对时间常数进行修改,即可得出比较与区别.(brought against Delay second oscillation link system transfer function, we studied here, and the second time constant oscillation links increased, the dynamic properties of readers, the procedure for amending time constant can be obtained by comparison with distinction.)
    2006-06-04 15:57:52下载
    积分:1
  • 分支定界法的MATLAB应用
    % main.m % 应用分支定界法 % ----------------------------------------------- % 要求解的模型: % min z = f * x % A * x = 0,且为整数 % --------------------------------------------------- clear global; global result; % 存储所有整数解 global lowerBound; % 分支下界 global upperBound; %分支 上界 global count; % 判断第一次分支 count = 1;f = [];A = [];b = [];Aeq = [];beq = [];lbnd = [];ubnd = [inf; inf]; BinTree = createBinTreeNode({f, A, b, Aeq, beq, lbnd, ubnd}); if ~isempty(result)     [fval,flag]=min(result(:,end)); % result中每一行对应一个整数解及对应的函数值     Result=result(flag,:); disp(""); disp(Result(1,1:end-1)); disp("");disp(Result(1,end)); else     disp(""); end
    2022-02-25 06:37:35下载
    积分:1
  • MATLAB
    Matlab code generator in c
    2011-04-26 13:57:17下载
    积分:1
  • PAPR_Reduction_ACE_POCS
    代码中描述了用星座图扩展法(Active Constellation Extension,ACE)降低OFDM时域信号的PAPR,ACE的具体算法是凸集映射(Projection Onto Convex Sets,POCS)(These codes describe PAPR reduction using Active Constellation Extension (ACE). The detailed algorithm is Projection Onto Convex Sets (POCS))
    2021-05-13 21:30:02下载
    积分:1
  • ML-detctior-a-water-pouring
    ML detector water pouring technique used in lte
    2014-01-28 11:08:17下载
    积分:1
  • CPP-questions-and-answers
    C++ 相关例题、习题及答案 ( 含代码 )(C++ relevant exercises and answers (including code))
    2014-02-18 16:23:32下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载