-
cwq
用递归法将一个整数n转换成字符串(例如输入4679,应输出字符串“4679”),n为不确定数,可以是位数不超过5,且数值在-32768~32767之间的任意整数。
(Recursive method to convert a string to an integer n (for example, type 4679, should output the string " 4679" ), n is the number of uncertainty, which can be not more than 5 digits, and the values in an arbitrary-32768 ~ 32767 integer.)
- 2010-01-12 20:53:47下载
- 积分:1
-
gsm_fangzheng
GSM信道仿真源程序,包括各个模块(交织器,卷及码,外编码)和全信道程序(GSM channel simulation source code, including all modules (interleaver, roll and codes, encoding), and Channel procedures)
- 2007-03-12 14:34:59下载
- 积分:1
-
fifthcharpter
《精通MATLAB与C/C++混合程序设计》刘维第二版( Proficient in MATLAB and C/C++ mixed programming design second edition of Liu Wei)
- 2015-04-10 21:56:16下载
- 积分:1
-
equalareac
power system stability equal area matlab code
- 2014-01-27 18:53:14下载
- 积分:1
-
integer
通常matlab不能进行整数规划,现一款混合整数的线形规划matlab m文件(Matlab usually can not be integer programming, are a mixed-integer linear programming matlab m file)
- 2009-09-13 11:16:47下载
- 积分: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
-
ICA(Matlab)
IEEE文章,带ICA算法源码,很好的参考,给大家分享一下(ICA matlab)
- 2010-05-30 21:58:15下载
- 积分:1
-
VQ_wavelet_LGB
实现小波3级分解 构建3维跨频带矢量 然后LBG聚类 再重构原图像(Construction of wavelet decomposition to achieve three inter-band 3-D vector and then reconstruct the original image LBG clustering)
- 2010-06-01 19:00:35下载
- 积分:1
-
de_fft_ofdm_basesignal_gen
TD-LTE PMCH MATLAB source code
- 2011-04-27 18:33:20下载
- 积分:1
-
BOC
BOC调制信号的简介。包括一般BOC信号和AltBOC信号。(About BOC modulation signal. Including general BOC signal and AltBOC signals.)
- 2013-12-15 12:29:26下载
- 积分:1