-
plotSmithChart
利用matlab画出smith圆图,方便分析观察和作图.很好用(Using matlab to draw Smith chart, convenient analysis observation and drawing
)
- 2015-04-10 09:29:17下载
- 积分:1
-
matlabwatershedcode
分水岭分割在matlab下实现,希望大家多提意见。(watershed segmentation in Matlab achieve, we hope to do so.)
- 2007-05-09 08:51:10下载
- 积分:1
-
matlab-signal-processing
一本关于matlab信号处理很好的教程,书中涵盖了信号处理所能用的所有程序(A good tutorial on matlab signal processing, the book covers all the signal processing program that can be used)
- 2013-11-27 21:29:53下载
- 积分: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
-
kernel-ica1_2
这是核函数独立分量分析KICA的源码和相关程序,希望大家用得上。(This is a kernel independent component analysis of the source KICA and related procedures, I hope everyone useful.)
- 2007-11-08 20:42:56下载
- 积分:1
-
partial_transmit_sequence
THIS IS THE MATLAB CODE FOR PTS TO REDUCE PAPR
- 2014-02-25 11:49:03下载
- 积分:1
-
3
说明: 输入圆的半径求周长和面积。程序由三个函数组成:主函数进行输入输出和函数调用,perimeter函数求周长,area函数求面积。(Enter the radius of the circle circumference and area requirements. Program consists of three functions: the main input and output functions and function calls, perimeter function evaluation perimeter, area function for the area.)
- 2013-12-25 20:53:57下载
- 积分:1
-
exp2
自己做的一个简单的matlab与VC混合编程的小例子供大家参考(Do a simple matlab and VC mixing programming of small example for reference)
- 2010-05-06 09:58:26下载
- 积分:1
-
radar-mainei-tezhengtiqu
雷达脉冲内调制特征的提取技术,用于雷达特征分析与信号分选。这是matlab程序。(Within the radar pulse modulation feature extraction technique for radar signature analysis and signal separation. This is a matlab program.)
- 2013-10-28 18:48:21下载
- 积分:1
-
MATLAB-OFDM
OFDM技术及其MATLAB模拟,很好的资料哦,可以快速掌握matlab仿真(the study)
- 2011-05-05 21:02:59下载
- 积分:1