-
m_8
关于MATALAB的书籍文章很经典值得一看解压后必须使用超星浏览器观看(MATALAB article on classic books worth a visit after decompression must use a browser Chaoxing Views)
- 2008-05-11 12:34:37下载
- 积分:1
-
digital_image_processing_using_matlab
冈萨雷斯数字图像处理(MATLAB版)里的图像函数(digital image processing using matlab)
- 2010-11-23 23:17:23下载
- 积分:1
-
STBC
STBC_MIMO_OFDM2发或3发,2收(STBC_MIMO_OFDM)
- 2010-12-17 14:32:28下载
- 积分:1
-
binaryshift
目前我见过分析最为全面的2PSK系统的基于MATLAB的仿真分析M文件(At present I have seen of the most comprehensive 2PSK system simulation analysis based on MATLAB M file)
- 2010-06-02 11:27:37下载
- 积分:1
-
PSOtoolbox
matlab的PSO工具箱。可在matlab6.5中创建用户工具箱(Matlab toolbox. Matlab6.5 can create users Toolbox)
- 2007-03-26 22:52: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
-
RUNGE
RUNGE法求解阻尼振动问题,给出物体的运动方程及驱动力,求出物体的振动曲线(附报告)(Solving RUNGE vibration damping, given the equation of motion of objects and driving force, find the object of the vibration curve (with report))
- 2011-12-14 22:16:47下载
- 积分:1
-
BPR MATLAN
多层编码免疫遗传算法实现多目标生产调度问题(Multilevel Coded Immune Genetic Algorithms for Multi-objective Production Scheduling Problem)
- 2019-05-04 21:43:57下载
- 积分:1
-
lvbo
进行滤波的算法,可用来设计滤波器,或者进行数字信号处理(Filtering algorithm can be used to design filters, or digital signal processing)
- 2010-06-21 21:44:17下载
- 积分:1
-
sparse_in_time
Sparse in Time Program
Compressive Sensing
- 2013-12-31 15:38:20下载
- 积分:1