-
simmodel
说明: 光伏电池板仿真,里面包含三个文件,其中包括光照遮挡仿真(Photovoltaic panel simulation, which contains three files, including lighting occlusion simulation)
- 2020-10-04 16:57:39下载
- 积分:1
-
AGuidetoMATLABforBeginnersandExperiencedUsers-Hun
A Guide to MATLAB for Beginners and Experienced Users - Hunt Lipsman & Rosenberg(A Guide to MATLAB for Beginners and Experienced Users- Hunt Lipsman & Rosenberg)
- 2009-02-11 18:51:58下载
- 积分: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
-
taper
传统波束形成的基础上,在干扰方向进行凹口加宽技术,有效的解决了干扰目标运动过快的情况,附有文献可参考(On the basis of traditional beamforming, interference direction notches widening technology to effectively solve the situation of excessive interference target motion, accompanied by documents refer)
- 2020-07-26 18:08:41下载
- 积分:1
-
SVMbaseddetectionofthepopulation
基于SVM的人口检测 把SVM这种比较优化的分类器用于人口检测中去 以得到较好的效果(SVM-based detection of the population compared to such optimized SVM classifier to test for the population in order to obtain good results)
- 2009-05-14 19:41:15下载
- 积分:1
-
vehicle_complet_backsteping
an electric vehgicle wthid backstiping control speed
- 2011-01-24 19:10:20下载
- 积分:1
-
key-frame-extraction
in this zip folder contains the how to extract the key frames and how to add the noise and RGB.
- 2013-10-01 23:44:05下载
- 积分:1
-
test-2
iphone开发中的一些基本的东西 包括滚动视图滚动翻页、uitabbar、nav等的应用(iphone development of some basic things, including the scroll view to scroll page, uitabbar, nav and other applications)
- 2011-12-16 19:12:18下载
- 积分:1
-
robotadaptivecontrol
基于模型整体逼近的机器人RBF网络自适应控制,本例为双力臂仿真程序(The overall model-based RBF network approximation of the robot adaptive control, in this case simulation program for dual-arm)
- 2009-06-11 14:31:18下载
- 积分:1
-
Triangle
使用matlab编写三角形单元的有限元程序( the main code of this files is using matlab to calculate triangle element)
- 2009-06-30 14:49:41下载
- 积分:1