登录
首页 » matlab » MATLAB

MATLAB

于 2019-04-08 发布
0 185
下载积分: 1 下载次数: 4

代码说明:

说明:  信号采样与重构 低通信号采样定理,以及小波重构(Signal sampling and reconstruction low communication signal sampling theorem, and wavelet reconstruction)

文件列表:

MATLAB\Bspline.docx, 17831 , 2019-03-17
MATLAB\B_spline.m, 1582 , 2019-03-17
MATLAB\QQ2.jpg, 43560 , 2019-03-17
MATLAB\QQ3.png, 10295 , 2019-03-17
MATLAB\QQ4.png, 8391 , 2019-03-17
MATLAB\QQͼ1.png, 11209 , 2019-03-17
MATLAB\QQͼ5.jpg, 50558 , 2019-03-17
MATLAB\sinchanshu.m, 1245 , 2019-03-17
MATLAB\WaveLet.m, 3270 , 2019-03-17
MATLAB, 0 , 2019-03-17

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

发表评论

0 个回复

  • 外弹道测量数据处理
    外弹道测量数据处理理论书籍pdf,很实用,内容全面对外场试验处理有指导作用(exterior ballistic data processing)
    2021-03-13 15:09:24下载
    积分:1
  • Matlab时间序列-AR
    说明:  用于时间序列分析,,或者股票分析,,AR模型(For time series analysis, or stock analysis, AR model)
    2020-06-09 22:13:21下载
    积分:1
  • c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。...
    c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。-c of a typical application is dll call, like how good call dll procedures, the procedures for reading you will greatly benefit.
    2022-04-17 11:49:51下载
    积分:1
  • 小学生四则运算
    说明:  (1)实现一个加减乘除运算的小型系统,进行整数的加、减、乘、除运算; (2)在每一种运算下,由系统随机产生两个数(数值大小在1~100之间)参加运算,当用户根据系统提供的公式进行计算,并输入计算结果后,系统判断结果的对错。如果结果正确,则显示“Very Good”,否则,显示“Wrong!!!”。 (3)每次选择一种运算后,系统随机产生5或10道题目(需保证出的题目不超纲,即加法和与乘积不能超出100、减法结果不能出现负数、除法必须能整除),当用户运算完毕后,系统给出正确率。如用户10题答对了6题,则显示正确率为60%。每道题目可以考虑最多给2次答题机会。运算完毕后,系统将返回主菜单,供用户再次选择。(To achieve a multiplication and subtraction multiplication and division of small systems, integer addition, subtraction, multiplication and division operations)
    2020-11-24 18:39:33下载
    积分:1
  • EMD变换,包括IMF系数的求取
    关于经验模态的变化(EMD变换)包括IMF系数的求取,可以研究一下。(The empirical mode change (EMD transform), including the calculation of IMF coefficients, can be studied.)
    2018-08-12 17:15:18下载
    积分:1
  • VC++枚举(获取)系统硬件信息
    VC++枚举(获取)系统硬件信息,也就是获取到电脑的声卡、显卡、CPU、内存、键盘、总线设备、硬盘、主板等各个硬件的低层信息,平时这项工作都是由电脑默默完成的。
    2022-01-24 09:18:53下载
    积分:1
  • 一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的...
    一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的-A procedure on the download than the current online download tool, this may be a drop in the bucket, but there are still some enlightening
    2022-08-20 03:50:24下载
    积分:1
  • 增压柴油机SIMULINK的建模与仿真
    说明:  增压柴油机的建模与仿真,里面包含发动机模型(Modeling and Simulation of Turbocharged Diesel Engine,It contains the engine model.)
    2019-06-21 15:18:48下载
    积分:1
  • 读者写者问题
    说明:  1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ?当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ?当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。 ?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。 ?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。 ?当buffer满时,写者应该等待,直到buffer有空闲为止。 4、定义主函数,在其中可以任意创建读者与写者。 可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion. 2. Define a reader function: When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer. When other readers occupy the buffer, they can read the buffer. When there is data in the buffer, read a data from it, display and exit. When there is no data in the buffer, wait until the data in the buffer is readable. 3. Define a writer function When a reader is occupying the buffer, the writer should wait until all readers quit. When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
    2019-12-27 18:49:46下载
    积分:1
  • gauge
    digital caliper interface and pic code
    2012-08-26 04:16:36下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载