-
FrameworkdesignofCUWBsystemintegratingcognitiverad
说明: 认知超宽带的系统设计方面的文章,在权威刊物IEEE上发表的文章,对CUWB有研究的学者有巨大帮助(Cognitive UWB system design aspects of an article published in IEEE which is an authoritative publication.It would bring the tremendous assistance to the related researchers.)
- 2009-09-03 21:51:04下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
EightkWDCSource
8kw DC source in Matlab/Simulink
- 2012-08-22 02:04:48下载
- 积分:1
-
FCOR
利用输入输出数据,进行FCOR算法,对系统进行辨识,可应用于SISO控制系统性能评价(The use of input and output data, FCOR algorithm, the system identification, can be applied to SISO control system performance uation)
- 2015-01-09 12:03:54下载
- 积分:1
-
chap2
MATLAB实现基于趋近律的滑模控制 (MATLAB Reaching Law based Sliding Mode Control)
- 2008-06-12 18:48:18下载
- 积分:1
-
PSD
傅里叶变换过程中由于时域信号长度有限,变换后有可能漏掉大的频谱分量(Fourier transform process, due to the finite length of the time domain signal, after conversion may miss a large spectral components)
- 2013-04-10 22:29:53下载
- 积分:1
-
LMS
说明: MATLAB的LMS算法仿真程序,包括主程序和LMS功能函数实现以及仿真结果图(LMS algorithm simulation program of MATLA)
- 2020-06-19 12:40:01下载
- 积分:1
-
NUC501_datasheet_A1.4
适合使用NUVOTON nuc501 做开发的参考。(The NUC501 is an ARM7TDMI-based MCU, specifically designed to offer low-cost and high-performance for various applications, like interactive toys, edutainment robots, and home appliances. It integrates the 32-bit RISC CPU with 32KB high-speed SRAM, crypo engine with OTP key, boot ROM, LDO regulator, ADC, DAC, I2C, SPI, USB2.0 FS Device, & GPIO into a cost-affordable whil feature-rich micro-controller.)
- 2010-10-29 18:01:47下载
- 积分:1
-
frequency-offset-in-ofdm
This Matlab script finds the frequency offset effects in the orthogonal frequency division multiplexing (OFDM)and its effects on the bit error rate (BER).
A reference paper is also included.
- 2013-11-16 22:29:55下载
- 积分:1
-
Dsp
bi-linear Filter.
Circular Convolution of two sequences using DFT and IDFT.
Discrete Fourier Transform (DFT) of the sequence
- 2010-12-28 17:23:53下载
- 积分:1