登录
首页 » Matlab » 离散余弦变换 小波变换 去噪

离散余弦变换 小波变换 去噪

于 2022-02-02 发布 文件大小:3.17 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

clear all; omega=1000;sigma=20;M=3;c=-3;d=8; Fs=500;T=1.024; t=0:1/Fs:T-1/Fs; L=length(t); signal=sin(omega*t); noise=zeros(1,L); t1=T/2:1/Fs:T-1/Fs; L1=length(t1); w=0.1*randn(1,L1); noise(L-L1+1:L)=w; x=signal+noise; figure(1); subplot(411);plot(t,x); X=fft(x,L); for s=1:M     omega=c+d*s;     for n=1:L         psi(n)=exp(-(n-s*omega)^2/(4*s*omega)^2);     end     WTx(s,:)=((pi/s)^0.5/sigma)*ifft(X.*psi); end subplot(412);plot(t,abs(WTx(1,:)));                %输出尺度为s=1 subplot(413);plot(t,abs(WTx(2,:)));                %输出尺度为s=2  subplot(414);plot(t,abs(WTx(3,:)));                %输出尺度为s=3

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

发表评论

0 个回复

  • SDPAD-release
    The time-independent behaviour of this approach is necessary to assure the correct tracking
    2020-08-23 15:08:17下载
    积分:1
  • 模拟人走路源码
    采用加权网络中节点强度和权重都是幂率分布的模型,采用波束成形技术的BER计算,在MATLAB中求图像纹理特征,时间序列数据分析中的梅林变换工具,matlab小波分析程序,有PMUSIC 校正前和校正后的比较。
    2022-05-25 02:27:28下载
    积分:1
  • 转向汽车停车仿真与 matlab 的仿真停车场
    模拟停车场用 matlab 对小区的停车区停车方便。生成完整的 matlab 语言编程
    2023-05-07 06:35:03下载
    积分:1
  • computer-control-matlab
    计算机控制的matlab例程 自己做的关于课程的仿真程序(Computer-controlled matlab routines to do their own on the course of the simulation program)
    2011-05-03 11:20:19下载
    积分:1
  • beamFEM
    matlab空间梁单元有限元源程序beam3d。(Matlab space beam FEM source beam3d.)
    2007-04-28 10:32:42下载
    积分:1
  • cvmodelimagesegment
    说明:  在matlab中运用cv模型来进行图像的分割处理,供大家参考!(Cv in the model to use matlab for image segmentation processing, for your reference!)
    2009-07-27 18:52:38下载
    积分:1
  • LTE_init_generate_network.m
    Generate an hexagonal network with a free space pathloss model
    2012-04-18 16:05:28下载
    积分:1
  • digtal-filters
    各种滤波器实现,包括卡尔曼、维纳、自适应等实现数字信号处理(some kinds of filters,to realise digtal signals processing)
    2011-07-10 13:20:00下载
    积分:1
  • dipole-radiation
    偶极子辐射的电磁场的matlab动态模拟程序dipole radiation movie(dipole radiation movie)
    2012-08-31 19:44:58下载
    积分:1
  • HARTLEY-a-COLPITTS
    hartley and colpitts oscillator c program
    2014-01-18 01:54:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载