-
mytp
这是对波场做的一个TP变换,并进行反变换的程序。用matlab实现,可以实现波场分离的效果,文件中还自带了一个简易的理论地震记录(This is the wave field so a TP transform, and transform the process. Using Matlab to achieve, can achieve a separation of wave field effect, the paper also carried with them their own a simple theory of seismic records)
- 2021-04-16 09:28:53下载
- 积分:1
-
jingtongMAtlabsuanfa
《精通Matlab最优算法》原版图书和代码(" Mastering Matlab optimal algorithm" original books and code)
- 2014-11-18 20:03:29下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
Lifting9-7
沙威的97小波变换程序,具体97小波的资料,大家可以下载相关论文。(shawei s 97 lifting wavelet transforming program code)
- 2010-08-22 16:52:47下载
- 积分:1
-
IHS
很好用的ihs源代码,用了就知道,功能很强大(nice ihs code)
- 2012-04-26 13:30:04下载
- 积分:1
-
MSK
说明: 该matlab程序介绍了MSK的调制与解调方法,并验证了其解调方法对载波相移和频偏不敏感(The matlab program introduces the modulation and demodulation method of MSK, and verifies that the demodulation method is not sensitive to carrier phase shift and frequency offset)
- 2020-06-01 14:09:09下载
- 积分:1
-
Downloads
Image segmentation im matlab implemeted with dataset
- 2011-09-02 18:49:54下载
- 积分:1
-
jseasyui
easyui base and so on , parse and so on.
- 2014-10-30 15:23:03下载
- 积分:1
-
complex-net
求解复杂网络的相关程序,相关系数,绘图等等(Procedures for solving complex networks, the correlation coefficient, graphics, etc.)
- 2015-02-11 15:46:01下载
- 积分:1
-
wer
就是一件小小的源码,关于matlab的
(something)
- 2009-04-21 20:36:11下载
- 积分:1