-
zuoye7
第k小元素(分治法) 给定一个线性序列集,要求求出其中指定的第K小的数的值和位置.如给定n个元素和一个整数i,1≤i≤n,输出这n个元素中第i小元素的值及其位置;(First k small element (divide and conquer) Given a set of linear sequence, where the specified requirements determined the K value and the small number of locations, such as a given n elements and an integer i, 1 ≤ i ≤ n, output this is the n elements of the i-th element value and the position of the small )
- 2013-11-16 11:51:31下载
- 积分: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
-
5
说明: matlab高效编程程序源代码第五章,可以运行。(efficient programming source code matlab chapter, you can run.)
- 2011-04-10 15:31:05下载
- 积分:1
-
shengxuehuishengxiaochuqi
一个有用的声学回声消除器的设计源码,还不错哦~(A useful acoustic echo cancellation design source, oh well ~)
- 2009-03-23 15:53:21下载
- 积分:1
-
Csharp_matlab-
Csharp调用matlab函数的例子,实现Matlab中的函数,在Csharp中方便的调用。(Csharp call matlab function examples, to achieve a function in Matlab, conveniently call in Csharp.)
- 2011-11-14 17:22:07下载
- 积分:1
-
pg147-duc-ddc-compiler
zybo的DDC用法,将的比较详细的一个好用文档(Zybo DDC usage, will be more detailed a useful document)
- 2015-07-06 15:18:56下载
- 积分:1
-
fanuc18imb
fanuc 18ib cnc system backup
- 2015-02-20 03:11:15下载
- 积分:1
-
LDPC-2012-02-11
LDPC编码的C语言实现。包括校验矩阵,生产矩阵的生成,编码,译码等。(LDPC coding in C language. Including the parity matrix, matrix production generation, encoding, decoding and the like.)
- 2013-12-14 21:18:48下载
- 积分:1
-
Channel-FLow
channel flow computation
- 2013-12-11 14:19:45下载
- 积分:1
-
fuzzy_pid_nodis
This control system has been successfully applied in some 750mm hot strip mill. The actual record curves indicate that the dynamic feedforward strategy can do well in controlling the tail temperature. And the FuzzyPI-Smith system can get better dynamic characteristic and effectively overcome the problems by pure lag with the traditional
- 2013-05-20 11:24:58下载
- 积分:1