-
MATLAB-statistical-analysis
《MATLAB统计分析与应用:40个案例分析》程序与数据(MATLAB statistical analysis and application: 40 case studies" program and data)
- 2011-12-01 17:52:51下载
- 积分:1
-
FingerPrint
说明: 这是用于指纹识别的matlab的程序,完整的哦,共享,也许有用哈(finger)
- 2010-04-29 18:05:59下载
- 积分:1
-
myVAD
calculate a voice detection.also one can calculate the frequency of his/her voice.
- 2009-11-17 00:16:38下载
- 积分:1
-
atlexamp
Leveraging C++ Applications Using COM An Example Using ATL COM利用COM继承的文档视图结构的应用程序的例子(Leveraging C Applications Using COM An Example Using ATL COM COM files View succession of application examples)
- 2005-02-21 17:36:46下载
- 积分:1
-
left-crusion
消除左递归,包括自上而下的非递归分析和自上而下的分析(Eliminate left recursion, including non-recursive top-down analysis and top-down analysis)
- 2013-11-15 19:47:57下载
- 积分:1
-
youleyuan
⑴.设计游乐平面图,所含景点不少于10个。以图中顶点表示游乐园各景点,存放景点名称、代号、等信息;以边表示路径,存放路径长度等相关信息。
⑵.为游人提供图中任意景点的问路查询,及查询任意两个景点之间的一条最短的简单路径。
(⑴. Designed to play plan, contained less than 10 scenic spots. To graph vertices, said the amusement park attractions, attractions store names, codes, and other information to edges, said path, the path length of storage of information. ⑵. To provide the figure for the visitors ask for directions any spots, queries, and query any two attractions of a shortest simple path.)
- 2010-01-04 21:04:36下载
- 积分:1
-
sigma32(MC)
说明: 用Monte Carlo方法,模拟E.coli中sigma32因子对热休克基因的调控机理,与文献吻合很好。(Monte Carlo simulation E.coli sigma32 factor on heat shock gene regulatory mechanism, good agreement with literature.)
- 2005-12-10 18:32:19下载
- 积分: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
-
zhajinhua
6603二次开发运营版炸金花,带前后台控制(6603 Golden fried version of the secondary development operations)
- 2014-02-10 10:32:54下载
- 积分:1
-
fan
球赛门票的售票处规定每位购票者限购一张门票,且每张门票售价 50元。购票者中有
m位手持50元钱币,另有n人手持100元。假设售票处开始售票时无零钱。问这m+n人有
几种排队方式可使售票处不致出现找不出钱的局面。(The box office ticket sales are limited to the provisions of each ticket purchase a ticket, and the price of 50 yuan per ticket. Ticket-holders have m-bit hand-held 50 coins, and another n armed with 100 yuan. Suppose no small change when the ticket office began selling tickets. M+ n asking a few people queuing up outside ticket office can not find the money to avoid a situation.)
- 2009-12-18 01:28:10下载
- 积分:1