登录
首页 » matlab » daubcomp

daubcomp

于 2006-12-26 发布 文件大小:1KB
0 293
下载积分: 1 下载次数: 60

代码说明:

  应用小波进行压缩和滤波的matlab程序.程序选用Daubechies的仅4个系数的小波函数,也可选用其他小波函数,详见说明。(wavelet compression and filtering of Matlab procedures. Procedures for the selection of Daubechies only four coefficients of wavelet function can also choose other wavelet function, as described in note.)

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

发表评论

0 个回复

  • youxuliebiaocharu
    有序列表的插入,每次添加新数据时,保证整个列表的有序性(Into an ordered list, every time you add new data, to ensure the orderly nature of the entire list)
    2010-09-28 18:30:57下载
    积分:1
  • resolution.tar
    matlab code or seismic segy reading
    2009-12-14 05:00:02下载
    积分:1
  • ghash-clmulni-intel_glue
    Accelerated GHASH implementation with Intel PCLMULQDQ-NI instructions. This file contains glue code.
    2014-08-30 11:10:14下载
    积分:1
  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • 11
    说明:  matlab科学计算继续上传,一共10个章节,由浅入深,几乎包括了绝大部分的科学计算方法以及仿真。本人把部分算法做了优化,更为完善(matlab scientific computing continue to upload, a total 10 chapters, easy-to-digest, almost, including most of the scientific method of calculation and simulation. I have done a part of algorithm optimization, a more perfect)
    2008-12-25 16:32:52下载
    积分:1
  • Tsp
    TS算法求解TSP问题,里面包含样本数据,算法收敛较好,优化结果比较理想!(tabu search for TSP)
    2010-07-24 19:41:31下载
    积分:1
  • MATLAB
    matlab SERIAL COMMUNICATION WITH ARDUINO
    2013-05-06 07:34:16下载
    积分:1
  • concat
    This tests the new String object method: concat.
    2014-01-15 20:20:26下载
    积分:1
  • Seismic_NMO
    叠前地震数据动校正和叠加的matlab模块,对于学习地震勘探的人十分有效(code for seismic NMO and Seismic stack)
    2016-03-18 16:46:59下载
    积分:1
  • Example
    二为弹性波动程序,用于显示p波,s波和表面波的传播过程。(Elastic Wave Program)
    2013-05-18 12:12:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载