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

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

于 2020-08-07 发布
0 316
下载积分: 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 个回复

  • basicprogram
    basic matlab programs-I
    2013-12-07 01:25:56下载
    积分:1
  • MATLAB
    关于通信系统的matlab源码,介绍的是OFDM的相关原理(About communication systems matlab source)
    2014-01-01 21:32:30下载
    积分:1
  • matlab_primer
    matlab primer for beginners
    2012-10-25 15:28:02下载
    积分:1
  • ROC
    I like it When i say "ji" you say "sus"
    2012-11-06 22:30:21下载
    积分:1
  • code-and-image
    何凯明的《Single Image Haze Removal Using Dark Channel Prior》论文中的代码,基于暗原色先验的图像去雾算法,对户外图像去雾有很好的效果(this code is of the paper"Single Image Haze Removal Using Dark Channel Prior",the function is removing haze based on Dark Channel Prior algorithm , having a good effect on outdoor images.)
    2012-05-10 16:44:45下载
    积分:1
  • lridex
    matlab函数,专门计算列车车体横向sperling平稳性指标。调用方式:y=lridex(acc),其中acc为测得的或仿真得到的车体横向加速度(不包括时间列)。(matlab function, specifically calculate the train body lateral sperling smooth indicators. The invocation: y = lridex (ACC), wherein acc obtained for the measured or simulation vehicle body lateral acceleration (not including the time column).)
    2013-03-27 20:57:45下载
    积分:1
  • cut_sample
    说明:   使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。 (The sample sets using the dichotomy of the clips, editing law idea is to sample set into training set and test set, using the training set samples to the test set of samples (using the nearest neighbor algorithm), if the examination focused on a sample of classification error then delete this sample. In the function, use the nearest neighbor method, only once clips (focused on a sample of traversal finished after the exit exam). There is also a repeat clip method (samples are more applicable to the case), the samples were randomly divided into multiple sample set, the two adjacent samples of the former one as a test set, the latter one as a training set, call the two sub-clips. All the samples were a subset of the clips after they have finished, in the recursive call, until there are no samples were clip out, did not have to say that the effect of repeated clips definitely better.)
    2010-03-19 11:13:13下载
    积分:1
  • wuchaxitong
    误差系统同步,matlaB程序,混沌系统(Synchronization error system, matlaB procedures, chaotic systems)
    2013-10-23 10:08:15下载
    积分:1
  • liangziyoudu
    四轮转向两自由度模型,测质心侧偏角和横摆角速度(Four-wheel steering two degree of freedom model of center of mass of side-slip Angle and yawing angular velocity measurement)
    2013-09-19 11:31:17下载
    积分:1
  • Angular-precision
    基于均匀圆阵的信号二维方向角高精度估计 (Angular precision estimates based on two-dimensional uniform circular array signal direction)
    2013-12-08 17:06:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载