-
matlabcuda
说明: MATLABcuda编程指南,很好用的,大家有兴趣的有看看。(MATLABcuda programming guide, useful, and we are interested in a look.)
- 2010-05-04 17:38:47下载
- 积分:1
-
Chap1
雷达系统设计的 matlab仿真,matlab仿真雷达信号
(Matlab simulation of the radar system design, Matlab simulation radar signal)
- 2012-06-06 21:40:37下载
- 积分:1
-
DEA的Matlab程序
DEA的CCR模型程序及其对偶模型(包括松弛变量)的程序计算(CCR model program and its dual DEA model (including relaxation variables) program calculation)
- 2021-02-08 13:49:54下载
- 积分:1
-
Vector
上电后,在BRAKE信号无效,且保护逻辑无输出的情况下? 电机按DIRECTION信号的方向转动? 电流传感放大器采样电机电枢电流,经13脚的RC网络转换为电压值,与D/A转换输出的预定阀值相比较。如果当前的电流使转换的电压值小于阀值?(Power after the BRAKE signal is invalid, and the protection logic no circumstances ? electrical output signals according to the direction of rotation DIRECTION ? current sensing amplifiers motor armature current sample by 13 feet of RC network is converted to voltage value, and D/A conversion output compared to the target threshold. If the current of current to voltage conversion value is less than threshold ?)
- 2009-11-06 21:26:43下载
- 积分:1
-
Tdotnetbuildeh
这是关于MATLAB和CShaarp混合编程的资料,讲解的很清楚
(About the MATLAB and CShaarp hybrid programming information, explain very clearly)
- 2012-08-23 20:32:32下载
- 积分:1
-
A3
说明: Osada算法A3距离实现。C与matlab混合编程。(Osada algorithm A3 distance. C and matlab mixed programming.)
- 2012-10-21 10:53:05下载
- 积分:1
-
基于MATLAB的Z源整流器的仿真模型 Z-PWMrectifier
基于MATLAB的Z源整流器的仿真模型。重点是直通信号的产生算法(Z-source rectifier based on MATLAB simulation model. Focus is on the straight-through signal generation algorithm)
- 2020-11-01 21:59:55下载
- 积分:1
-
Nevill
下载的,求方程组的程序,可以借鉴下,挺好的(Downloaded, find the program equations, can learn, the very good)
- 2011-09-28 08:42:22下载
- 积分:1
-
part_developer
doccument for part deverloper
- 2014-12-09 11:57:55下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1