登录
首页 » matlab » matlab(yanshe)

matlab(yanshe)

于 2020-12-27 发布 文件大小:22KB
0 104
下载积分: 1 下载次数: 151

代码说明:

  编写计算程序:(a)矩孔夫琅和费衍射;(b)圆孔夫琅和费衍射

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

发表评论

0 个回复

  • 通过Python生成一个周期内正弦波数组
    说明:  通过Python生成一个周期内正弦波数组(sine wave array.Direct digital synthesis, sine wave 0-2pi period, phase to amplitude is one-to-one correspondence.First, the sine wave query table needs to be stored, and then under the clock, through the phase accumulation module and address query module to achieve the sine wave signal.)
    2020-06-18 01:00:01下载
    积分:1
  • converter
    该逆变器采用spwm控制方法进行电压闭环控制,成功将直流逆变为三相交流。本模型在matlab2014版本上已验证。(The inverter uses spwm control method to realize the voltage closed-loop control, and inverts the DC to three-phase AC successfully. This model has been verified in matlab2014 version.)
    2021-04-29 10:28:43下载
    积分:1
  • 基于FIR滤波器,LMs自适应算法此程序用于产生自适应谱线增强....
    基于FIR滤波器,LMs自适应算法此程序用于产生自适应谱线增强.-Based on Fir filter and LMS adaptive algorithm, it is used to enhance line spectrum adaptively.
    2022-04-08 19:45:17下载
    积分:1
  • baldwin1993
    baldwin1993 research on it
    2020-06-18 17:40:02下载
    积分:1
  • DVC_self
    利用数字体图像相关法计算变形前后物体内部三维位移场(Three dimensional displacement field in the object before and after deformation using the Digital Volume Correlation method)
    2021-05-16 19:30:08下载
    积分:1
  • eetop.cn
    神经网络(Neural Networks)
    2017-06-08 22:02:51下载
    积分:1
  • 这个小程序是使用c语言编写的矢量量化的一个小程序,在vc界面下操作的一部分....
    这个小程序是使用c语言编写的矢量量化的一个小程序,在vc界面下操作的一部分.-this procedure is the use of small-c language prepared by the Vector Quantization a small procedure, the interface vc part of the operation.
    2022-02-22 10:43:59下载
    积分:1
  • STM32+ISP ST官方STM32 ISP下载程序 用于擦除FLASH程序
    STM32+ISP ST官方STM32 ISP下载程序 用于擦除FLASH程序-STM32+ ISPST official STM32 ISP download for FLASH erase procedure
    2022-04-27 18:31:11下载
    积分:1
  • 一个很好的五笔源码
    一个很好的五笔源码 -A good source of five
    2023-02-02 09:35:03下载
    积分:1
  • VC++ 6.0绘制曲线正弦波
    VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。   //建立画笔   CPen cpen,pen;   pen.CreatePen(PS_SOLID,4,RGB(0,0,0));   cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));   pDC->SelectObject(&cpen);   //指定原点   pDC->SetViewportOrg(100,245);   pDC->SetTextColor(RGB(255,0,0));   //绘制横坐标   CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};   for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);    pDC->LineTo(60*n,-5);    pDC->MoveTo(60*n,0);    pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);   }   double y,radian;   pDC->SelectObject(&pen);   for(int x=-60;xMoveTo((int)x,(int)y);    pDC->LineTo((int)x,(int)y);   }
    2022-01-21 22:47:43下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 32今日下载