-
mat3
learning matlab software for simulation
- 2010-07-29 14:43:06下载
- 积分:1
-
SVPWM2
三相全控桥SVPWM matlab(simulink)的仿真电路(Three-phase full-controlled bridge SVPWM matlab (simulink) circuit simulation)
- 2011-10-25 16:04:51下载
- 积分:1
-
01
说明: 都市供求信息网分为前、后台两部分设计,前台主要实现信息的显示、搜索与发布功能,其中信息的显示包括列表显示与详细内容显示,而列表显示,又分为首页信息列表显示、查看某类别下所有信息的列表显示和搜索结果列表显示;搜索功能主要包括定位搜索和模糊搜索。后台主要实现的功能为信息显示、信息审核、信息删除、付费设置与退出登录,其中的信息显示功能也分为列表显示与详细内容显示(Display search functions including search and fuzzy search positioning. Backstage main function information display, information auditing, information deleted, pay setting and log out, which is also divided into information display function displays detailed contents list display)
- 2014-11-17 10:52:46下载
- 积分:1
-
lfm
说明: 线性调频信号仿真,及时域频域脉冲压缩,加窗处理抑制旁瓣(LFM signal simulation, pulse compression in time domain and frequency domain, windowed processing to suppress sidelobes)
- 2019-03-26 16:36:33下载
- 积分:1
-
eyefind
眼睛检测,有助于帮助检测眼睛定位的代码,眼睛定位(Eye detection, eye detection help positioning code, eye positioning)
- 2009-03-27 13:30:32下载
- 积分: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
-
projet-be---pompa...oltaique-32ca672
commande of the photovoltaique system with mppt
- 2015-04-15 05:52:26下载
- 积分:1
-
topc
对柔顺机构c型夹的刚度拓扑优化,采用分层优化方法,最后得到最大刚度的c型夹拓扑图。(The c clamp stiffness topology optimization of compliant mechanism, using hierarchical optimization method, finally get the maximum stiffness c topology.)
- 2021-02-25 22:29:38下载
- 积分:1
-
matlab_gatbx
< Matlab遗传算法工具箱及应用>>
配套的遗传算法工具箱 gatbx(<Matlab genetic algorithm toolbox and application>> matching the genetic algorithm toolbox gatbx)
- 2006-11-23 17:45:02下载
- 积分:1
-
Untitled2
kalman滤波matlab实现,环境是在双发单收的信道中,实现了信道的事实跟踪功能(kalman matlab channel estimated)
- 2013-05-27 15:51:40下载
- 积分:1