-
MATLAB10057426
matlab的基本算法以及在一些工程计算语言(matlab basic algorithms and language in some engineering calculations)
- 2010-10-07 10:08:13下载
- 积分:1
-
BPSK_Hamming
BPSK 加上了(7,4)汉民编码,误比特率统计(BPSK with the (7,4) Han coding, bit error rate statistics)
- 2010-12-30 21:19:58下载
- 积分:1
-
matpower
最优潮流 基于matlab 经过测试 可以使用(OPF has been tested can be used based on matlab)
- 2020-11-23 20:49:33下载
- 积分: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
-
imgsteg
IMAGE STEGNOGRAPHY LKE THIS CHEC IT ADVANTAGE USING ATLAB.VERY USEFULL
- 2013-11-28 22:20:22下载
- 积分:1
-
ShanShuoWindows
Shan Shuo Windows ,Refresh window Form
- 2015-01-25 09:33:20下载
- 积分:1
-
RSA-public-key-cryptosystem
RSA公钥密码体制的matlab实现,这是密码学的加密算法之一(RSA public-key cryptosystem implementation of matlab, Cryptography This is one of the encryption algorithm)
- 2009-03-13 22:54:33下载
- 积分:1
-
MatlabandChemicalEngineeringCalculation
介绍Matlab在化工方面的数值计算应用,课件主要讲述化工领域非线性、线性方程组的解法,插值、拟合和常见常微分方程的解法。(Introduced in the chemical aspects of Matlab numerical computing applications, courseware mainly about the chemical field of nonlinear, solution of linear equations, interpolation, fitting, and common ordinary differential equation solution.)
- 2010-08-30 09:32:06下载
- 积分:1
-
cheby1-lowpass
切比雪夫数字低通滤波器设计及与rememz对比(Chebyshev low-pass digital filter design)
- 2011-01-06 20:10:30下载
- 积分:1
-
Nelder0
说明: 二维空间中的多边形逼近算法
确定三个顶点a,b,c并且其函数值按从小到大排列( Two-dimensional space of polygons in the approximation algorithm)
- 2011-02-23 13:38:25下载
- 积分:1