登录
首页 » matlab » 压限 限幅器

压限 限幅器

于 2020-07-02 发布
0 176
下载积分: 1 下载次数: 3

代码说明:

说明:  此段代码可以利用matlab实现压限器限幅器的设计,简单易操作,改变其中数值即可实现不同幅度的压限(Use matlab to design pressure limiting device and Limiter)

文件列表:

aoe.wav, 478310 , 2020-06-04
YXXF.m, 841 , 2020-06-05

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

发表评论

0 个回复

  • 好例子_pareto前沿面
    说明:   其中x是任何一个大于xmin的数,xmin是X最小的可能值(正数),k是为正的参数。帕累托分布曲线族是由两个数量参数化的:xmin和k。(Where x is any number greater than xmin,xmin is the smallest possible value of x (positive), and k is a positive parameter the Pareto family of distribution curves is parameterized by two quantities :xmin and K)
    2020-12-13 22:01:13下载
    积分:1
  • Web 邮件客户端
    Web 邮件客户端-Web Mail Client
    2022-06-16 06:39:48下载
    积分:1
  • Ex_DirectUI
    易语言 精美皮肤模块 易语言 精美皮肤模块(Easy language exquisite skin module)
    2016-07-15 21:35:47下载
    积分:1
  • C# pop3 邮件接收
    private void Connect_Click(object sender, System.EventArgs e)        {            //将光标置为等待状态            Cursor cr = Cursor.Current;            Cursor.Current = Cursors.WaitCursor;            String a ,b,c;              //用110端口新建POP3服务器连接            Server = new TcpClient(PopServer.Text, 110);            Status.Items.Clear();             try            {                //初始化                NetStrm = Server.GetStream();                RdStrm = new StreamReader(Server.GetStream());                Status.Items.Add(RdStrm.ReadLine());                 //登录服务器过程                Data = "USER " Username.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 Data = "PASS " Password.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小                Data = "STAT" CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                //Status.Items.Add(RdStrm.ReadLine());                 //改变按钮的状态                Connect.Enabled = false;                Disconnect.Enabled = true;                Retrieve.Enabled = true;                 //将光标置回原来状态                Cursor.Current = cr;             }            catch (InvalidOperationException err)            {                Status.Items.Add("Error: " err.ToString());            }        }
    2014-11-02下载
    积分:1
  • 又一个将HTML文件转换成文本文件的
    又一个将HTML文件转换成文本文件的程序- Changes into the HTML document extension the text documents the procedure
    2022-07-19 21:38:44下载
    积分:1
  • WebSocket在线聊天实例
    该demo是基于springmvc的websocket聊天系统,结合html5实现在线聊天,包含注解和基于Websocket.jar两种方式。
    2022-01-26 04:36:37下载
    积分:1
  • and
    各种实时操作系统与windowsce性能的对比,可以发现windowsce的优缺点(Comparing the performance of various real-time operating systems with windowsce, the advantages and disadvantages of windowsce can be found.)
    2018-11-29 11:15:19下载
    积分:1
  • 局部二值模式LBP
    灰度共生矩方便提取图像纹理信息,对初学matlab很有用(Gray symbiosis moment is convenient to extract image texture information, which is very useful for beginners to learn matlab)
    2020-06-22 17:40:02下载
    积分:1
  • php聊天源码,功能非常强大
    php聊天源码,功能非常强大-chat php source code, which is very strong
    2023-02-01 22:20:04下载
    积分:1
  • jswdk1_0_1-win
    JSWDK服务器(root servers)
    2004-10-30 23:47:41下载
    积分:1
  • 696518资源总数
  • 106265会员总数
  • 10今日下载