登录
首页 » matlab » signalprocessing

signalprocessing

于 2021-04-07 发布 文件大小:244KB
0 202
下载积分: 1 下载次数: 66

代码说明:

  现代信号处理教程(胡广书)对应的MATLAB程序(modern signal processing Guide (HU-book) corresponding MATLAB)

文件列表:

现代信号处理教程(胡广书)
..........................\change.m
..........................\ecg.txt
..........................\exa010101.m
..........................\exa010102.m
..........................\exa010201a.m
..........................\exa010201b.m
..........................\exa010301.asv
..........................\exa010301.m
..........................\exa010302.asv
..........................\exa010302.m
..........................\exa010303.m
..........................\exa010305.m
..........................\exa010501.m
..........................\exa011001.m
..........................\exa020103.m
..........................\exa020104.m
..........................\exa020105.m
..........................\exa020503.m
..........................\exa020601.m
..........................\exa030301.m
..........................\exa030302.m
..........................\exa030303.m
..........................\exa030304.m
..........................\exa030305.m
..........................\exa030306.m
..........................\exa030307.m
..........................\exa030402.m
..........................\exa030501a.m
..........................\exa030501b.m
..........................\exa030502a.m
..........................\exa030502b.m
..........................\exa030503a.m
..........................\exa030503b.m
..........................\exa030504.m
..........................\exa040202.m
..........................\exa040501ab.m
..........................\exa040501c.m
..........................\exa040501d.m
..........................\exa040501e.m
..........................\exa040501f.m
..........................\exa040501g.m
..........................\exa040601a.m
..........................\exa040601b.m
..........................\exa040601cd.m
..........................\exa060206.m
..........................\exa060301.m
..........................\exa060302.m
..........................\exa060402.m
..........................\exa070301.m
..........................\exa070302.m
..........................\exa070501.m
..........................\exa070502.m
..........................\exa070802.m
..........................\exa070803.m
..........................\exa080401.m
..........................\exa080601.m
..........................\exa090203.m
..........................\exa090602.m
..........................\exa090603.m
..........................\exa090604.m
..........................\exa090605.m
..........................\exa090606.m
..........................\exa090607.m
..........................\exa090608.m
..........................\exa090609.m
..........................\exa090701.m
..........................\exa090702.m
..........................\exa100101.m
..........................\exa100102.m
..........................\exa100103.m
..........................\exa100104.m
..........................\exa100701.m
..........................\exa110201.m
..........................\exa110201_sub.m
..........................\exa11041.m
..........................\exa11051.m
..........................\exa11052.m
..........................\exa120401.m
..........................\exa120402.m
..........................\exa120403.m
..........................\exa120404.m
..........................\exa120405.m
..........................\exa120406.m
..........................\exa120407.m
..........................\exa120408.m
..........................\exa120501.m
..........................\exa120502.m
..........................\exa120503.m
..........................\exa120504.m
..........................\exa120602_db53.m
..........................\exa120602_db97.m
..........................\exa130202.m
..........................\exa130203.m
..........................\exa130301.m
..........................\exa130401.m
..........................\exa130402.m
..........................\h0.mat

..........................\lifting_db53.m

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

发表评论


0 个回复

  • jpeg
    实现16位bmp图像转jpeg,并可以通过调节源码可实现压缩率(16bit bmp zipped to jpeg style )
    2010-05-20 10:54:59下载
    积分:1
  • mingcheng
    说明:  红外图像拼接,将两幅有重叠的图拼成一幅,以实现相关拼接(Infrared image mosaic, the two overlapping Figure 1 spell in order to achieve the relevant splicing)
    2008-10-22 17:52:42下载
    积分:1
  • Huffman
    把图像导入后,可以实现对图像的huffman编码(Import the images, you can realize the image of the huffman encoding)
    2008-05-23 09:12:56下载
    积分:1
  • BP
    说明:  基于可信传播的立体匹配算法(max-product belief propagation,accelerated updating)(Based on the credibility of the spread of stereo matching algorithm (max-product belief propagation, accelerated updating))
    2008-12-08 15:19:06下载
    积分:1
  • LBP算法程序
    MATLAB提取LBP纹理特征源码,可以使用(extract LBP texture features source code in MATLAB, you can run this program directly)
    2021-04-14 09:08:55下载
    积分:1
  • SINQ_release
    用于立体图像质量评价的无参考图像质量评价程序,运行在matlab环境下。(A no-reference image quality evaluation program for the quality evaluation of stereoscopic images, running in the MATLAB environment .)
    2018-03-13 09:26:19下载
    积分:1
  • 基本遗传算法Matlab代码
    基于改进遗传算法的单阈值图像分割方法,该方法在基础遗传算法的基础上进行了改进(Application of Basic Genetic Algorithms in Image Segmentation)
    2020-06-17 17:20:02下载
    积分:1
  • MatlabRun
    本程序是基2的时间抽取FFT变换,可以将信号从时域转换到频域。(This procedure is the base 2 time extraction FFT transform, can transform the signal from time domain to frequency domain.)
    2020-06-16 12:00:01下载
    积分:1
  • bezier曲面
    bezier曲面的生成算法(Algorithm)
    2004-12-21 23:18:00下载
    积分:1
  • BsplineCurve
    实现通过用户给定B样条曲线的控制顶点、设定B样条曲线的次数及类型,进而绘制出相应的B样条曲线和对应的基函数图形。并且可以通过鼠标拖拽控制顶点修改B样条曲线和对应的基函数图形。从而,对B样条曲线和基函数的性质有更深入更直观的了解,理解B样条曲线和基函数的对应关系,在以后的学习中能更好地运用B样条曲线。(The number and type of user to achieve a given control vertices B-spline curve, set the B-spline curves, and then draw the corresponding B-spline basis functions and the corresponding graphic. And can be modified by dragging the mouse to control the apex B-spline curves and the corresponding basis function graphics. Thus, the nature of the B-spline curves and basis functions have a deeper and more intuitive understanding, understanding of the correspondence between the B-spline curves and basis functions in later learning to better use of B-spline curves.)
    2014-04-17 15:11:52下载
    积分:1
  • 696518资源总数
  • 105219会员总数
  • 11今日下载