-
matlabzuijiajidaichuanshu
matlab最佳基带传输的程序(升余弦滚降系统),新手上路多多支持。(matlab best base-band transmission of the program (or cosine roll-off system), and newcomers will support the road.)
- 2008-04-16 08:43:44下载
- 积分:1
-
ssvmtoolbox
此源码提供了ssvm的完整的matlab源代码,主要运用UD设计原理对参数搜索提高了效率。(This source provides a complete ssvm the matlab source code, the main design principle of the use of UD on the parameters of the search efficiency.)
- 2008-04-25 11:23:50下载
- 积分:1
-
33
说明: 对机械振动信号用三维能量谱进行分析。。。。。。。。。。。(Mechanical vibration signals of three-dimensional power spectrum analysis. . . . . . . . . . .)
- 2010-12-14 11:40:33下载
- 积分:1
-
edge_detection
使用matlab工具,用三种方法实现镜头边缘的检测。(Use of matlab tools, using three methods to achieve the lens edge detection.)
- 2010-02-28 10:39:11下载
- 积分:1
-
Optimization-Toolbox
matlab2009b优化工具箱Tutorial(matlab2009b Optimization Toolbox Tutorial)
- 2011-05-14 18:48:13下载
- 积分: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
-
algencan_interface
一般非线性规划的算法,适合于不使用矩阵的情况。(General nonlinear programming algorithm, for the case without matrix.)
- 2010-08-19 05:59:11下载
- 积分:1
-
T-S_FUZZY_MODEL
基于T-S模糊模型的PDH算法,文件里包含一个实例,以便理解。(PDH algorithm based on TS fuzzy model, the file contains one instance, in order to understand.)
- 2014-11-18 20:39:43下载
- 积分:1
-
adc
ADC动态测试的matlab源代码,可以直接跑的(ADC dynamic test matlab source code, can be run directly)
- 2013-04-14 00:23:27下载
- 积分:1
-
Directiona_diagram
平面均匀线阵的阵列波束形成方法和平面阵的阵列方向图(ULA plane array beamforming methods and planar array array pattern)
- 2021-03-18 20:49:19下载
- 积分:1