-
MATLAB.dll_test
说明: 用vb调用matlab联合编程的示例,包含com接口及带参数的传递(Joint programming with vb call matlab example, contains com interface and the transmission parameters)
- 2011-04-18 18:12:28下载
- 积分:1
-
wuziqi
说明: 声明:本程序仅交流用,所以调试时用两颗棋子就可以赢(Disclaimer: This procedure only exchange with, so debugging can win with two pieces)
- 2010-05-01 17:34:45下载
- 积分:1
-
Visual-CPP
软件代码保护编写方法-vmprotect(soft-code protect writing-vmprotect)
- 2015-01-20 11:30:40下载
- 积分:1
-
ssim-1.0
SSIM 1.0 Local Search Similarity
- 2012-07-20 16:20:59下载
- 积分:1
-
QuadTRee
使用C++和matlab混合编程实现四叉树分解及合并区域的代码(C++ and matlab mixed programming quadtree decomposition and Mergers area code)
- 2013-04-23 20:11:39下载
- 积分:1
-
sorting
关于相控阵雷达分选的一篇比较好的外文文献(paper on sorting of phased array radar signal )
- 2012-05-10 15:18:11下载
- 积分:1
-
emd_blx
这是一种包络线的实例特殊情况emd_blX(This is an example of envelope special circumstances emd_blx)
- 2009-09-21 10:37:39下载
- 积分:1
-
MBSD
matlab软件中基于Simulink模型的设计,有关于RTW和xpc实验(matlab software Simulink model-based design of experiments about RTW and xpc)
- 2013-08-27 10:57:27下载
- 积分:1
-
h.245-c
H.245是H.323协议族中用于媒体信道控制的协议主要完成多媒体通信中每个逻辑通道的建立维护和释放具(H.245 is a protocol for H.323 protocol suite in the main media channels control the completion of the establishment of multimedia communication in each logical channel maintenance and release of a)
- 2014-08-28 20:24:11下载
- 积分: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