-
textbook_TurboPascal
textbook Turbo Pascal
- 2010-11-22 05:00:24下载
- 积分:1
-
GUI
重叠相加法及重叠保留法的matlab实现(Overlap-add method and overlap retained law matlab achieve)
- 2012-08-30 12:03:19下载
- 积分:1
-
分数阶傅里叶变换 FrFT LFM paraEstimation
分数阶傅里叶变换(Fractional Fourier Transform, FrFT),实现线性调频(LFM)信号的参数估计(调频斜率和初始频率)。由粗到细搜索分数阶傅里叶变换的阶数。需要到网上自行下载一个工具函数frft.m.(It is about estimationg the frequency modulation rate and initial frequency of linear frequency modulation (LFM) signal using the fractional Fourier transform (FrFT).It need a function frft.m which could be found in the internet.)
- 2021-04-26 10:58:46下载
- 积分:1
-
shengyuxian.rar
这是升余弦滚降系统,包括时域波形,付氏变换,功率普分析,以及眼图,很有用的(Raised Cosine system, including time-domain waveform, Fourier transform, power & P analysis, and eye diagram, a very useful)
- 2006-05-17 13:33:29下载
- 积分:1
-
Matlab
Matlab数字图像处理源代码,里面有书上的代码,便于读者下载(Matlab Digital image processing source code,There are books code, convenient for readers to download。)
- 2013-12-05 15:19:41下载
- 积分:1
-
ofdm-MATLAB-code
ofdm的一些matlab相关程序 很实用(ofdm matlab procedures ,very practical)
- 2011-07-18 15:33:16下载
- 积分:1
-
the-code
低通巴特沃斯滤波器设计求阶数,适合广大学生们参考,(Low-pass Butterworth filter design requirements order, for the majority of students reference)
- 2013-09-03 13:00:02下载
- 积分:1
-
smc
滑模变结构控制,详细介绍了滑模变结构非线性控制系统设计,是一本滑模控制的好书(Sliding Mode Variable Structure Control, detailing SMVSC nonlinear control system design, is a good book Sliding Mode Control)
- 2014-01-16 19:22:27下载
- 积分:1
-
NeuralNetworkToolbox
最经典的人工神经网络教程,内容详细,适用于广大战友(Classic artificial neural network tutorial, detailed and apply to the majority of his comrades)
- 2009-05-14 03:28:34下载
- 积分:1
-
we
说明: 七单元天线阵DOA估计
clear clc
d=1 天线阵元的间距
lma=2 信号中心波长
q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向
A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子
A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)]
A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)]
A4=[exp(-2*pi*j*d*[0:6]*cos(q4)/lma)]
A=[A1,A2,A3,A4] 得出A矩阵
n=1:1900
v1=.015 四信号的频率
v2=.05
v3=.02
v4=.035
d=[1.3*cos(v1*n) 1*sin(v2(we)
- 2010-05-06 15:26:50下载
- 积分:1