-
all_attack
针对数字图片的各种攻击方法,使用Matlab编写。(Digital images for a variety of attack methods, the use of Matlab to write.)
- 2010-10-13 11:01:53下载
- 积分:1
-
SmithOfPan
说明: 多功能史密斯圆图,带单枝节,双枝节匹配,有动态演示效果。各种参数可调。程序调通了,没问题。(Multifunctional Smith map, with single side, double side match, the effect of dynamic presentation. Adjustable parameters. Transfer procedures had, no problem.)
- 2008-10-28 23:18:46下载
- 积分:1
-
7fcff53400f3
用matlab编写的空间梁单元的源程序,里面包含了单元刚度矩阵的生成(Beam Element source matlab prepared, which contains the element stiffness matrix generation)
- 2020-07-27 15:58:40下载
- 积分:1
-
pid
matlab模糊控制 控制规则以及模糊隶属函数的编程(matlab fuzzy control)
- 2011-08-19 08:56:02下载
- 积分:1
-
Custom_Events08282008
IndexOrder : can change indexing Order Right to left or Left To Right , U can Change Default From en_RightToLeft to en_LeftToRight if you want.
##### HorizontalyOrder : if set to false then vertical ordering
##### SetFocusFirstINDEX : if set to true then Finaly First Component in form who have index = 0 Setfocuse
- 2014-08-13 05:12:26下载
- 积分:1
-
demod_2fsk
2fsk的解调C语言实现,该程序实现2fsk的解调(2fsk demodulation C language, the program 2fsk demodulation)
- 2013-12-25 19:29:40下载
- 积分:1
-
EVERT
EVERT的开源的光柱跟踪代码。光柱跟踪是用于声学仿真的重要算法。(open source code of beam tracing)
- 2011-05-13 13:02:42下载
- 积分:1
-
timefrequencyCPP
说明: VC++和matlab编写的时频工具箱,可以将C++源程序转换为matlab格式。本站有个这个源程序,但没有C++部分。这个版本最全。(VC++ and write the time-frequency toolbox matlab, C++ source code can be converted to matlab format. This site has a source, but no C++ parts. This version is the most complete.)
- 2011-03-02 13:46:38下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
123
robocup 2d 仿真足球base代码(the robocup 2d simulation Soccer base code)
- 2012-06-22 15:19:09下载
- 积分:1