登录
首页 » 图形图像 » 用MATLAB观察和分析系统零极点分布与系统时域特性之间的关系和规律...

用MATLAB观察和分析系统零极点分布与系统时域特性之间的关系和规律...

于 2023-04-27 发布 文件大小:812.00 B
0 133
下载积分: 2 下载次数: 1

代码说明:

用MATLAB观察和分析系统零极点分布与系统时域特性之间的关系和规律-Using MATLAB to observe and analyze the distribution of zeros and poles system and system time-domain characteristics and patterns of the relationship between

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

发表评论

0 个回复

  • 俄罗斯方块游戏 完全用汇编写的,只有471字节,只能运行于DOS/Win9x/WinME下...
    俄罗斯方块游戏 完全用汇编写的,只有471字节,只能运行于DOS/Win9x/WinME下-Tetris game written entirely in the compilation, only 471 bytes, can only run on the next DOS/Win9x/WinME
    2022-12-18 00:25:03下载
    积分:1
  • 衬底substrate生成,film growth仿真
    This code is used for creating an initial structure made of either substrate atoms or deposited atoms. It generates three types of structures: rows, columns, and hemispheres. Type, size and number of objects are determined by the user. The  соde generates two files: ibox.txt and iboxXY_jmol.txt. The file ibox.txt contains coordinates of atoms in “integer” format (i, j, k, name_of_atom) and may be used as input to NASCAM. The file iboxXY_jmol.txt stores the same information about the position of the atoms but in Cartesian coordinates (name_of_atom x, y, z, ) in JMOL format. It may be used for visualization.     If a surface structure made of  atoms of both types is needed, then create two files, one for each type of atom, and then combine these files.
    2023-04-16 10:55:03下载
    积分:1
  • 简单的OpenCV绘画系统
    简单的OpenCV绘画系统,应用摄像机来检测黄色来当作“笔”
    2023-06-12 20:45:02下载
    积分:1
  • 实现了: DAA画线法画直线 ,中点画线法画圆(输入x坐标,y坐标,圆心) 二维区域填充(种子填充颜色算法) 直线裁减 贝塞尔曲线...
    实现了: DAA画线法画直线 ,中点画线法画圆(输入x坐标,y坐标,圆心) 二维区域填充(种子填充颜色算法) 直线裁减 贝塞尔曲线-realized : DAA painting straight line method, the dotted line method Circle (input coordinates x, y coordinates of the center) two-dimensional area filling (seed filling color algorithm) Bessel linear reduction curve
    2022-03-14 04:55:12下载
    积分:1
  • 小精灵(Capture Genius) v1.0,可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的片并可以保存为...
    抓图小精灵(Capture Genius) v1.0,可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存位墙纸.具有打印图片功能.这个小工具还支持多国语言(简体中文、英文)-Little Stars (Capture Genius) v1.0, can capture the entire screen, window activity, delay capture window, capturing the title contains the window, users window, scroll window, and capture images can be saved as BMP, stylish photographs, can be used for paint with editing, wallpaper spaces can be preserved. with Photo Print function. this small tool also supports multiple languages (English, English)
    2023-01-26 08:15:03下载
    积分:1
  • 一个检索系统的源代码,一个开发好的系统,供大家参考...
    一个图像检索系统的源代码,一个开发好的系统,供大家参考-an Image Retrieval System source code to develop a good system for reference
    2022-03-22 09:22:51下载
    积分:1
  • Machine learning
    机器学习-人脸识别,根据给定的学习样例,提取特征,生成分类。对测试的样例进行人脸方向的分类。需要在vs中进行开发。-Machine learning- face recognition, according to the given learning sample, extract features, generate classification. The test sample to face the direction of classification. Vs the need to develop.
    2022-03-19 17:02:24下载
    积分:1
  • 这是用MFC编写的使用openGL的视口代码。 CChildView::CChildView() 构造函数 CChildView::~CChildVie...
    这是用MFC编写的使用openGL的视口代码。 CChildView::CChildView() 构造函数 CChildView::~CChildView() 析构函数 BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射 BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数 BOOL CChildView::PreTranslateMessage( MSG* pMsg ) 翻译消息 int CChildView::OnCreate( LPCREATESTRUCT lpCreateStruct ) 窗口创建好后进入此函数 完成openGL的初始化 void CChildView::OnSize( UINT nType, int cx, int cy ) 当窗口大小发生改变时重新设置OPenGL的视口参数。 void CChildView::OnDestroy() 销毁窗口 -It is written in MFC to use openGL viewport code. CChildView:: CChildView () constructor CChildView:: ~ CChildView () destructor BEGIN_MESSAGE_MAP (CChildView, CWnd) message map BOOL CChildView:: PreCreateWindow (CREATESTRUCT & cs) to create a window to reset the window parameters BOOL CChildView:: PreTranslateMessage (MSG* pMsg ) translation of the message int CChildView:: OnCreate (LPCREATESTRUCT lpCreateStruct) window is created and entered this function to complete openGL initialization void CChildView:: OnSize (UINT nType, int
    2022-03-16 00:49:44下载
    积分:1
  • two
    二维的画图类,可以进行点,线,三角形,矩形,椭圆,圆等形状的画图,并可进行缩放,是一个完整的类,直接调入自己的程序里面使用就可以的。-two-dimensional drawing class, for point, line, triangular, rectangular, oval, round shapes such as drawing, to carry out the zoom, is a complete category, transferred directly inside their use on the can.
    2023-01-01 20:45:03下载
    积分:1
  • 三B
    三次B样条曲面的生成方法,基于离散点的网格化过程。-Three B-spline surface generation method, based on the discrete points of the process grid.
    2022-09-10 00:45:02下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载