登录
首页 » matlab » xiaobo

xiaobo

于 2019-06-04 发布
0 228
下载积分: 1 下载次数: 6

代码说明:

说明:  数字图像处理 小波处理 ,去噪音,比基于傅里叶变换的去噪方法好。 含噪信号经过预处理,然后利用小波变换把信号分解到各尺度中,在每一尺度下把属于噪声的小波系数去掉,保留并增强属于信号的小波系数,最后再经过小波逆变换恢复检测信号。(The noisy signal is pre-processed, then the signal is decomposed into different scales by wavelet transform. The wavelet coefficients belonging to noise are removed at each scale, and the wavelet coefficients belonging to the signal are retained and enhanced. Finally, the detected signal is restored by inverse wavelet transform. It is better than the denoising method based on Fourier transform.)

文件列表:

xiaobo\xiaobo.fig, 1473916 , 2019-06-04
xiaobo\m3xiaobo.m, 998 , 2019-05-27
xiaobo, 0 , 2019-06-04

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

发表评论

0 个回复

  • dynamics-simulation
    这是一个对动力学模型进行仿真的代码,可以得出动力学仿真图像(dynamics simulation )
    2013-05-30 20:32:59下载
    积分:1
  • tv
    说明:  tv全变差去噪。自己编写的自适应去噪,传统去噪。保真去噪(TV total variation de-noising. Self-adaptive denoising, traditional denoising. Fidelity de-noising)
    2017-12-18 12:44:24下载
    积分:1
  • threezhen
    利用视频三帧视频的差值,识别运动物体。视频操作为AVi格式(The moving object is recognized by the difference between the two frames of video)
    2017-09-18 16:21:58下载
    积分:1
  • read_txt
    说明:  IDL读取txt,txt第一列是纬度,第二列是经度,第三列是DN值, 坐标转行列号 ,并以图像的形式输出(IDL reads TXT. The first column of TXT is latitude, the second column is longitude, and the third column is DN value. The coordinate turns the line and column number and outputs it in the form of image)
    2019-04-18 10:01:30下载
    积分:1
  • xapp741
    说明:  该设计使用8个AXI视频直接存储器访问(AXI VDMA)引擎同时移动16个流(8个传输视频流和8个接收视频流),每个流以1920 x 1080像素格式以60赫兹刷新率移动,每个像素24个数据位。此设计还具有额外的视频等效AXI流量,该流量由为1080p视频模式配置的四个LogiCORE AXI流量发生器(ATG)核心生成。ATG核心根据其配置生成连续的AXI流量。在本设计中,ATG被配置成以1080p模式生成AXI4视频流量。这使得系统吞吐量需求达到DDR的80%左右带宽。每个AXI VDMA由LogiCORE IP测试模式生成器(AXI TPG)核心驱动。AXI VDMA配置为在自由运行模式下运行。每个AXI VDMA读取的数据被发送到能够将多个视频流多路复用或叠加到单个输出视频流的通用视频屏幕显示(AXI OSD)核心。AXI OSD核心的输出驱动板载高清媒体接口(HDMI技术)视频显示接口通过RGB到YCrCb颜色空间转换器核心和逻辑核心IP色度重采集器核心。LogiCore视频定时控制器(AXI VTC)生成所需的定时信号。(The design uses eight AXI video direct memory access (AXI VDMA) engines to simultaneously move 16 streams (eight transmit video streams and eight receive video streams), each in 1920 x 1080 pixel format at 60 Hz refresh rate, and 24 data bits per pixel. This design also has additional video equivalent AXI traffic generated from four LogiCORE AXI Traffic Generator(ATG) cores configured for 1080p video mode. The ATG core generates continuous AXI traffic based on its configuration. In this design, ATG is configured to generate AXI4 video traffic in 1080p mode. This pushes the system throughput requirement to approximately 80% of DDR bandwidth. Each AXI VDMA is driven from a LogiCORE IP Test Pattern Generator (AXI TPG)core. AXI VDMA is configured to operate in free running mode. Data read by each AXI VDMA is sent to a common Video On-Screen Display (AXI OSD) core capable of multiplexing or overlaying multiple video streams to a single output video stream.)
    2020-05-08 18:03:59下载
    积分:1
  • AMT
    这是运动估计的自适应算法的代码,可以下载来看看学习参考。。。。(。。。。。。。。。。。。。。。)
    2009-05-12 19:57:22下载
    积分:1
  • 86346644
    图像的复制剪切粘贴,Visual C++编程技巧精选,很好的参考资料。(Copy cut and paste image, Visual C++ programming skills selected, a good reference.)
    2013-11-17 06:09:48下载
    积分:1
  • quduishu
    图像取对数运算,很有帮助 (Images taken of the number of calculations, useful)
    2008-07-10 17:07:58下载
    积分:1
  • elastix-5.0.0
    说明:  词: 适用于医学图像配准的程序,可以设置不同参数配准(The program for medical image registration can set different parameters for registration)
    2020-11-28 13:29:30下载
    积分:1
  • 1
    说明:   奇怪的分式 上小学的时候,小明经常自己发明新算法。一次,老师出的题目是: 1/4 乘以 8/5 小明居然把分子拼接在一起,分母拼接在一起,答案是:18/45 (参见图1.png) 老师刚想批评他,转念一想,这个答案凑巧也对啊,真是见鬼! 对于分子、分母都是 1~9 中的一位数的情况,还有哪些算式可以这样计算呢? 显然,交换分子分母后,例如:4/1 乘以 5/8 是满足要求的,这算做不同的算式。 但对于分子分母相同的情况,2/2 乘以 3/3 这样的类型太多了,不在计数之列!,四个四个数不同 请写出所有不同算式的个数(包括题中举例的)。 思路:循环遍历。 dfs c++(dfs c++)
    2016-03-21 22:17:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载