-
Introduction-to-Matlab-Image-Processing
Introduction to Matlab Image Processing include the vector arrays, matrix manupulation, inputs and outputs and plotting in general and 2d and functions & Iterations
- 2012-05-06 11:02:24下载
- 积分:1
-
matlab_Koch
利用Matlab对Kouch曲线的程序编写,能生成Koch曲线并绘制图形,级数作为外部参数输入,可调整。(The use of Matlab program of Kouch curve to write, can generate Koch curve and graphics rendering, series as external input parameters, can be adjusted)
- 2013-12-09 22:16:41下载
- 积分:1
-
cad_glcm_features
Code to find GLCM. 15 features can be extracted.
- 2012-02-07 17:26:27下载
- 积分:1
-
dem_direct
modeling of power lines using matlab software
- 2010-09-30 14:10:32下载
- 积分:1
-
MATLAB
说明: 有用得MATLAB讲义,对MATLAB初学者非常有用(MATLAB helpful handouts on MATLAB is very useful for beginners)
- 2008-11-16 16:59:28下载
- 积分:1
-
fuzzyproject
fuzzy simulink for robot
- 2011-09-19 17:47:50下载
- 积分: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
-
NFHS
采用matlab语言编写的用内点法罚函数解决问题的方法。(The MATLAB language is used to solve the problem by using the penalty function of the interior point method.)
- 2018-01-02 23:07:43下载
- 积分:1
-
rkn1210
Integrator for second-order ODE s with very stringent error tolerances.
- 2009-09-12 23:28:46下载
- 积分:1
-
PN
说明: PN sequence generator using matlab
- 2020-10-09 16:57:36下载
- 积分:1