-
ofdm_without_noise
OFDM without noise. May be usefull to freshman
- 2010-11-02 22:26:27下载
- 积分:1
-
pendulo
pendulum simulation using matlab simulink
- 2012-01-20 04:59:04下载
- 积分:1
-
antenna_for_test
一个用于天线伺服转台的程序,根据飞机飞行的GPS实时数据,解算出地面伺服天线转台的俯仰角和方位角,指导天线输出,对准飞机位置(A program for the antenna servo turntable, according to the aircraft flying GPS real-time data, the ground servo antenna turntable tilt angle and azimuth, to guide the antenna output, alignment aircraft position)
- 2017-05-02 14:54:05下载
- 积分:1
-
sinnihewucha
有关零相位滤波器的设计介绍,采用无限脉冲响应滤波(For zero-phase filter design introduced with infinite impulse response filter)
- 2011-05-23 10:07:29下载
- 积分:1
-
sfr
关于软频率复用的分析,主要分析内外环不同功率比下系统的表现(this code is basic introdution of soft frequence reuse, especially aims at the power allocation.)
- 2012-05-14 19:33:32下载
- 积分:1
-
11.18SWT
信号处理的包络谱,对轴承故障信号进行分析计算,可以直接调用。(The envelope spectrum of signal processing can be called directly.)
- 2017-12-20 13:22:23下载
- 积分:1
-
分块提取图像特征
%分块提取特征值
M=imcrop(M,[0,0,1000,460]);
sum=1;
for i=0:230:459
for j=0:200:999;
temp=imcrop(M,[j,i,200,230]);
figure(2);subplot(2,5,sum);imshow(temp);
stemp=svd(temp);
[length,width]=size(stemp);
for k=1:length
s(k,sum)=stemp(k,1);
end
sum=sum+1;
end
end
- 2022-03-21 07:34:58下载
- 积分:1
-
11
说明: 直角坐标潮流程序,极好的程序,可计算任意规模的潮流,不必改程序,只要修改数据即可(Rectangular current procedures, an excellent program, calculate the trend of any size, no need to change procedures, as long as you can modify the data)
- 2010-09-02 11:57:12下载
- 积分:1
-
HHT_forier
hilbert spectrum and DFT
- 2010-09-23 16:36:58下载
- 积分:1
-
nonlinear-solve
matlab 求解非线性方程组的相关命令流,书籍为:MATLAB语言常用算法程序集龚纯, 王正林编著第10章(matlab )
- 2012-05-03 11:25:09下载
- 积分:1