登录
首页 » c » 差分法MATLAB

差分法MATLAB

于 2023-05-12 发布 文件大小:1.03 kB
0 106
下载积分: 2 下载次数: 1

代码说明:

在设计频率选择表面时,需要精确计算相应频率下的结构参数,差分算法是最接近于电路模拟分析的算法,可以有效的计算出结构参数。这个就是差分法的简单MATLAB编程,在设计频率选择表面时会非常有用。

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

发表评论

0 个回复

  • system
    奥运志愿者管理系统 可以录入奥运志愿者的管理信息,并根据用户权限给出不同的登陆界面和操作界面(Volunteer management system for the Olympic Games can be recorded in the management of volunteer information, and are given different permissions based on user interface and operation of the landing interface)
    2009-04-28 20:25:18下载
    积分:1
  • 4803082
    TMagRas Release 4是一套可安装的DELPHI非可视控件,其中包含一些示范和例子程序,还有一个帮助文件说明使()
    2018-04-16 14:28:34下载
    积分:1
  • shumaguan
    51单片机动态数码管显示开发程序,对单片机初学者有一定的参考指导作用,欢迎下载参考研究,谢谢!(51 single-chip dynamic digital display development program, microcontroller beginners have a certain role in guiding, are welcome to download the reference study, thank you!)
    2012-04-20 16:37:29下载
    积分:1
  • test
    方差比检验代码,可以用来进行有效市场假说的检验,另外是一部分(Variance ratio test code can be used for the test of the efficient market hypothesis, the other is part of the)
    2012-06-09 21:38:09下载
    积分:1
  • C# 热键模拟 模拟数字输入、英文输入Home键、Backspace键
    C#通过窗体的按钮来模拟按下键盘上指定键的功能,比如模拟出了Shift+Home、Delete、Enter、Home、Backspace、数字输入、英文输入等键的功能,相关功能模块代码如下,可自己添加相关的模块功能键:   private void button3_Click(object sender, System.EventArgs e)   {//Backspace空格键    this.richTextBox1.Focus();    SendKeys.Send("{Backspace}");   }   private void button4_Click(object sender, System.EventArgs e)   { //End结束键    this.richTextBox1.Focus();    SendKeys.Send("{End}");   }   private void button5_Click(object sender, System.EventArgs e)   {//Home键    this.richTextBox1.Focus();    SendKeys.Send("{Home}");   }   private void button6_Click(object sender, System.EventArgs e)   {//Enter回车键    this.richTextBox1.Focus();    SendKeys.Send("{Enter}");   }   private void button7_Click(object sender, System.EventArgs e)   {//Delete删除键    this.richTextBox1.Focus();    SendKeys.Send("{Delete}");   }
    2022-07-19 00:15:03下载
    积分:1
  • fem_codes
    fem is active queue management technique
    2013-10-14 01:05:54下载
    积分:1
  • w5300
    基于dsp28335的w5300芯片驱动程序,希望能给大家带来帮助(W5300 chip driver based on 28335)
    2021-03-24 20:59:14下载
    积分:1
  • 窗口震动
    说明:  对控制台窗口操作进行抖动,通过窗口句柄找到控制台窗口,通过快速移动窗口位置实现抖动效果(The operation of the console window is jittered, the console window is found by the window handle, and the jitter effect is achieved by moving the window position quickly.)
    2019-05-02 00:38:53下载
    积分:1
  • WCF基础示例代码下载(有宿主有客户端,不错)
    WCF分布式开发示例代码包括:1)一个“服务类”WCFService:采用 C#语言编写,实现一个或多个方法,也叫服务契约和操作契约。2)一个“宿主”环境WCFHost:这是一种应用程序域和进程,服务将在该环境中运行。 3)一个“终结点”Client:由客户端用于访问服务。 
    2015-03-11下载
    积分:1
  • p1_port
    单片机C51典型应用设计源码 包括液晶,串口,定时器计数器等内容(80C51 typical application design source including LCD, Serial, timer counter, etc.)
    2007-01-25 08:36:57下载
    积分:1
  • 696518资源总数
  • 105918会员总数
  • 20今日下载