-
MATLAB7
matlab学习教程,经典 matlab学习教程,经典 matlab学习教程,经典
(matlab tutorial learning, classical learning tutorial matlab, matlab classical learning tutorial, classic)
- 2007-08-03 18:49:34下载
- 积分:1
-
resonator
谐振腔稳区的计算,计算条件:三境折叠腔,固定L1,L2,计算腔内的光束半径。(Resonator stability zone, calculated conditions: three Habitat folded cavity, fixed L1, L2, calculate the radius of the beam cavity.)
- 2011-06-16 13:07:16下载
- 积分:1
-
gmsk
这个是一个关于高斯键控的matlab程序源代码(This ducument is a matlab program about GMSK. Wish this will help you better understand DMSK,thanks!)
- 2011-12-10 17:45:40下载
- 积分:1
-
NSArray
NSArray Class Reference for Developers
- 2014-10-14 16:24:10下载
- 积分:1
-
matrix_image
GTK C exemple, creating table of image, using GTK API, very usefull to create an follow tools
- 2014-11-09 01:29:53下载
- 积分:1
-
zuixuanminzufeng
用matlab的编程实现一首歌曲的播放。歌曲是用代码编辑的,运行后就能实现播放。(Realization of a song to play using matlab programming. The song is in code editor, can be achieved after playing running.)
- 2013-12-03 10:06:56下载
- 积分:1
-
EEE-212-lab-sheet
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:21:13下载
- 积分:1
-
KODE-DCT-SVD-WATERMARK
code matlab for digital watermarking using DCT-SVD
- 2014-08-26 15:22:40下载
- 积分:1
-
feixianxingdongtai
用matlab实现的非线性动态范围调整算法,采用对数函数对图像进行增强,对低照度图像有一定效果(Nonlinear dynamic range adjustment algorithm matlab implementation, using a logarithmic function of image enhancement, image has a certain effect on the illumination)
- 2014-01-22 18:16:08下载
- 积分:1
-
MATLAB
层次模糊聚类的算法实现,一个用C或者C++写的kmeans算法,最新的聚类算法(Level fuzzy clustering algorithm, one using C or C++ written kmeans algorithm, the latest clustering algorithm)
- 2009-03-23 08:39:55下载
- 积分:1