-
uml_design
说明: 我把以前写的 C# 版的Rose 共享出来供别人学习参考。很具有学习参考价值主要涉及 GDI+ ,软件架构,和界面。对初学者很有帮助(I have previously written in C# Version of Rose shared out for others to learn from the reference. With learning reference value is mainly related to GDI+, Software architecture, and interface. Very helpful for beginners)
- 2008-11-08 20:17:11下载
- 积分: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
-
四机两区
说明: 粒子群优化算法计算出的PSS优化模型,为四机两区模型(PSS optimization model calculated by particle swarm optimization algorithm)
- 2020-12-30 00:09:00下载
- 积分:1
-
ifft2
C语言编写的傅立叶正逆变换,经过测试与matlab里面的.m算法结果一致。还有数据测试可用。适用于工程信号处理中。(C language of the Fourier transform, After test and Matlab inside m algorithm results. There are data test available. Suitable for engineering signal processing.)
- 2013-05-09 23:21:23下载
- 积分:1
-
OOhandling
object oriented handling example
- 2014-02-01 11:51:01下载
- 积分:1
-
dianwei1
电位电极系测井曲线,用matlab编写,可用于学测井的人参考(Potential electrode system logs, prepared by matlab, people can learn logging for reference)
- 2013-11-29 14:32:56下载
- 积分:1
-
apm--project
现在飞的稳定的apm给空的源代码,,可以提供参考(apm is project,)
- 2014-08-19 17:53:55下载
- 积分:1
-
TestKalman
卡尔曼滤波的一种实现,VB,值得借鉴。该算法是用于处理实时数据的一种算法。(An implementation of Calman filter, VB, is worth learning from. The algorithm is an algorithm for real time data processing.)
- 2015-01-28 07:25:14下载
- 积分:1
-
xunhuanbaoshu
这个程序针对的问题是: 17个人为成圈,依次编号为0-16,从第一号开始报数,报到3的倍数的人离开, 一直数下去,直到最后只剩1人,求此人的编号. 程序有点复杂,不过还只能算是初级的水平 (This procedure for the question is: 17 individuals into the circle, followed by numbered 0-16, from the first to begin reported the number of people who report a multiple of three to leave, to keep counting votes until the last only a person seeking this person number. program a bit complicated, but can only be considered the primary level of)
- 2010-01-27 01:17:44下载
- 积分:1
-
simple
this script simulate the cooperative communication in order to get the number of packets suuccessfully transmitted by direct link and relay link
- 2009-09-13 18:53:37下载
- 积分:1