-
DOPPFRE
Multipath Rayleigh Channel with different doppler frequencies
- 2013-11-23 17:43:27下载
- 积分:1
-
伪谱法地震波数值模拟pseudo-spectral-method
伪谱法地震波数值模拟,通过伪谱法对弹性波进行正演模拟(pseudo-spectral method seismic wave simulation)
- 2014-01-16 19:35:33下载
- 积分:1
-
GaussianRandomVectors
Theory and implementation of Gaussian Random vector
- 2014-08-29 09:58:51下载
- 积分:1
-
shiyan1
MATLAB 信号分析 卷积, 各种信号的产生,傅里叶变换等(MATLAB signal analysis convolution)
- 2011-11-06 14:39:57下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
bin
用MATLAB合成歌唱祖国,包括初步与简单改变(包络)(Ode to the Motherland synthesis using MATLAB, including the initial and simple to change (the envelope))
- 2013-10-26 13:31:38下载
- 积分:1
-
kmeanscluster
K-means clustering algorithm
- 2014-11-02 01:35:59下载
- 积分:1
-
tuxiangchuli-GUI--jiemiansheji
利用MATLAB中的GUI(图形用户界面),实现图像的频率位移变换、加入高斯噪声、图像平滑、离散余弦变换、图像反转,并设计了退出按钮(In MATLAB GUI (graphical user interface), to achieve the image displacement transducer frequency, adding Gaussian noise, image smoothing, discrete cosine transform, image reversal, and designed the Exit button.)
- 2014-11-13 13:40:10下载
- 积分:1
-
GLCM
说明: 这个程序是用MATLAB编写得一个灰度共生矩阵特征及其一些参数得计算,希望对大家有用。(The MATLAB program is written, a GLCM features and some of the parameters was calculated, and I hope useful.)
- 2011-02-20 11:28:00下载
- 积分:1
-
shulispa
Eletromagnetism file of Matlab of my teacher in university.
- 2012-06-24 06:54:05下载
- 积分:1