-
-plasticity-
一篇运动硬化的文章,英文原版,Implementation of cyclic plasticity models based on
a general form of kinematic hardening(A kinematic hardening of the article, the original English,Implementation of cyclic plasticity models based on
a general form of kinematic hardening)
- 2014-01-06 15:07:56下载
- 积分:1
-
trayicon
this is windows trayicon sample code.
- 2014-09-20 22:33:10下载
- 积分:1
-
Failure-Mode-and-Reliability
结构系统失效模式可靠性Monte-Carlo法
结构系统失效模式研究与可靠性分析(Structural system reliability failure modes Monte-Carlo method structural system reliability analysis and failure mode study)
- 2013-12-18 19:43:11下载
- 积分:1
-
time_trace_utils
函数执行时间统计, 利用了C++类的自动释放功能(count function time costs)
- 2014-10-25 03:08:48下载
- 积分:1
-
VCreadfilesbyline(.TXT)
逐行读取文本中的数据,自动存储到一个序列数组中(Text data read line by line, is automatically stored into an array sequence)
- 2013-10-07 11:26:06下载
- 积分:1
-
sin
sin 函数功能,用matlab,比较常用,大家可以做个参考(function of sin by matlab)
- 2012-05-14 17:25:51下载
- 积分:1
-
matlab-baodian-yuanwenjian
说明: matlab宝典的很多程序和实例,这本书很有用,是系统学习matlab的好资料,欢迎大家下载.(Collection of the many procedures and matlab examples, this book is useful, is the systematic study of matlab good information, are welcome to download.)
- 2011-03-21 23:19:26下载
- 积分:1
-
facegui
reconocimiento de rostros
- 2011-07-16 01:56:04下载
- 积分:1
-
Vccallmatlabdll
vc调用matlab的例子,亲,使用起来非常方便哦(
vc call matlab example, pro, very convenient oh)
- 2016-06-13 14:49:04下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1