-
SA
说明: Matlab code for simulation of Simulated Annuling
- 2014-08-08 20:35:35下载
- 积分:1
-
latex-style-template
A program on Correlation
- 2013-12-09 18:29:13下载
- 积分:1
-
1
说明: 包含两个功能的源程序:
1 学生面试问题(如何实现老师面试学生人数的合理规划)。
2 JPDA算法的matlab实现。(The source code contains two functions: a student interview questions (a teacher interview how to achieve a reasonable number of students planning). 2 JPDA algorithm matlab implementation.)
- 2009-09-19 11:35:53下载
- 积分:1
-
Introduction-of-wavelet-analysis
关于傅里叶变换和小波分析的基础知识内容。并附带基于Matlab案例进行说明。(Basic konwledge for Fourier transform and wavelet analysis with examples written in matlab )
- 2013-12-17 09:46:01下载
- 积分:1
-
GS_GUI源码
说明: 打包做好界面的GS算法程序,欢迎大家借鉴(Packing the GS algorithm program of the interface, we welcome you to learn from it.)
- 2020-06-23 13:20:02下载
- 积分:1
-
dwt
说明: 基于dwt的水印图像matlab代码,这是小波变换的经典算法(Dwt-based image watermarking matlab code, which is a classical algorithm for wavelet transform)
- 2021-02-07 18:19:55下载
- 积分: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
-
FDTD_PBCv1.0_P
用MATLAB编写的利用有限差分时域法仿真电磁带隙天线的代码,非常有用(EBG Antenna analysis based on FDTD using matlab)
- 2009-10-13 09:18:35下载
- 积分:1
-
suspension_system
说明: matlab 实现汽车悬架分析,四分之一、二分之一,整车悬架悬架(matlab achieve vehicle suspension analysis, a quarter, half, vehicle suspension suspension)
- 2021-01-25 18:38:42下载
- 积分:1
-
data_share_in_Matlab
matlab procedures for variables
- 2012-04-13 01:33:00下载
- 积分:1