登录
首页 » matlab » MATLAB数字信号处理仿真系统(GUI)

MATLAB数字信号处理仿真系统(GUI)

于 2020-08-07 发布
0 302
下载积分: 1 下载次数: 12

代码说明:

说明:  本课题基于MATLAB平台的数字信号处理仿真演示系统。数字信号即离散信号,本设计带有一个丰富得GUI人机交互界面,一共包括4个部分,分别为:离散时间信号的卷积,基本函数的Z变换(单位阶跃信号,脉冲信号,斜变信号,正余弦信号,指数系列信号),Z变换的基本性质(线性,位移,z域尺度变换,时域卷积),傅里叶变换的基本性质。是一个不错的选题,GUI设计逻辑清晰,章节清晰,层次明了。(This project is based on MATLAB platform of digital signal processing simulation demonstration system. Digital signal is discrete signal. This design has a rich GUI human-computer interface, including four parts: convolution of discrete-time signal, Z-transform of basic function (unit step signal, pulse signal, oblique signal, sine cosine signal, exponential series signal), basic properties of Z-transform (linear, displacement, z-domain scale transformation, time-domain convolution), The basic properties of Fourier transform. GUI design logic is clear, chapter is clear, level is clear.)

文件列表:

MATLAB数字信号处理仿真系统(GUI), 0 , 2020-07-31
MATLAB数字信号处理仿真系统(GUI)\jj.fig, 7724 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\jj.m, 3314 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\lsflyxz.fig, 2668 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\lsflyxz.m, 4346 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\lsmulu.fig, 2956 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\lsmulu.m, 4264 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\lssyfx.fig, 3414 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\lssyfx.m, 4435 , 2010-06-11
MATLAB数字信号处理仿真系统(GUI)\zbh.fig, 3637 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\zbh.m, 6199 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\zxz.fig, 2853 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\zxz.m, 4442 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\z变换之线性变换性质.png, 244632 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\文档.docx, 11487 , 2020-07-30
MATLAB数字信号处理仿真系统(GUI)\运行图2.png, 395480 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\运行图3.png, 86775 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\运行图4.png, 151360 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\运行图5.png, 130782 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\运行图6.png, 105517 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\运行截图1.png, 124573 , 2020-02-02
MATLAB数字信号处理仿真系统(GUI)\运行方式.txt, 548 , 2020-07-31

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

发表评论

0 个回复

  • ica_demo
    ICA算法的一个例子,适于初学者。其中采用实际的数据进行盲分离。(ICA an example of the algorithm, suitable for beginners. The actual use of these data for blind separation.)
    2006-07-01 13:57:28下载
    积分:1
  • The-state-space-of-linear-system
    线性系统的状态空间分析与综合,程序均有详细注释(The state space of the linear system analysis and synthesis procedures have detailed notes)
    2013-02-09 12:11:14下载
    积分:1
  • matlabPyrTools
    matlab library to laplician pyramids
    2013-12-09 22:04:41下载
    积分:1
  • SIMULINK
    本书介绍的是MATLAB中SIMULINK的应用,在通信仿真中用处还可以把(The book is described in the SIMULINK of MATLAB applications, the usefulness of simulation in communication can also be used to)
    2007-07-19 11:23:11下载
    积分:1
  • ShiZhi_PID_Control
    含有时滞的系统积分分离PID matlab仿真,程序里面可修改控制参数。(The system contains delay integral separation PID matlab simulation program which can modify the control parameters.)
    2013-01-27 23:42:47下载
    积分:1
  • self-tuning-control
    广义最小方差自校正控制:在求解控制律的性能指标中引入对控制量的加权项,限制控制作用中的剧烈变化。(Generalized minimum variance self-tuning control: control the amount of weighted items, solving the performance of the control law introduced to limit the dramatic changes in the control action.)
    2012-10-09 17:43:11下载
    积分:1
  • ga-pls
    说明:  GA-PLS, GA GA-PLS,遗传-偏最小二乘回归算法(GA-PLS, GA GA-PLS,GA-PLS, GA GA-PLS,)
    2019-06-06 01:08:43下载
    积分:1
  • Rombegrg
    录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format short g查看u的值和sin(u)的值: (Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
    2009-12-28 22:03:42下载
    积分:1
  • sugeno
    说明:  该算法为基于sugeno的倒立摆模糊控制 用MATlab开发,能够管直接运行(The algorithm for the Sugeno-based fuzzy control of inverted pendulum using Matlab development, be able to pipe directly to run)
    2008-09-06 13:00:19下载
    积分:1
  • FaceRecognition
    笔者自行编写的Matlab环境下的人脸识别算法小实验, 采用的是经典的PCA算法,主要内容是采用SVD方法提取出象素空间上的 PCA主分量特征,分类算法上仅是基于最小距离分类 (The author of the Matlab environment to prepare the face recognition algorithm under small experiment using classical PCA algorithm, the main contents of SVD method is used to extract pixel space on the PCA principal component features, the only classification algorithm is based on the minimum distance classifier)
    2007-12-19 10:34:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载