-
jisuanqi
由MATLAB编的一个计算器,可以进行一些简单的运算,很实用!!!!(By MATLAB for a calculator, you can conduct some simple arithmetic, it is practical! ! ! !)
- 2009-04-14 21:51:04下载
- 积分:1
-
System
System,烈焰行动源代码文件,SystemSystem(System, flames action source code files)
- 2014-11-16 08:31:56下载
- 积分:1
-
HUDxianshi
模拟战斗机平显画面,实现ccrp投弹方式,速度高度表可动态显示(HUD screen fighter simulation to achieve ccrp bomb mode, speed altimeter dynamic display)
- 2021-04-09 15:48:59下载
- 积分:1
-
genetic-algorithm
遗传算法,用matlab来实现,图像美观,更接近真实数据(Genetic algorithm, using matlab to achieve, beautiful images, closer to the real data)
- 2013-10-16 22:43:03下载
- 积分:1
-
DEVIL
没有什么好的程序,就是一个简简单单的8数码(No good program, that is simply one of the eight digital)
- 2009-12-25 10:56:41下载
- 积分:1
-
dongtai
捷联惯导的C程序实现,四元数表示姿态,动态数据显示,MATLAB进行图像处理,包含原始数据。(SINS of the C program implementation, said the attitude quaternion, dynamic data, MATLAB for image processing, including raw data.)
- 2009-12-01 14:33:30下载
- 积分:1
-
get_system_now
此模块可以获取系统的最高权限SYSTEM权限。(This module can obtain the highest authority system SYSTEM privileges.)
- 2015-03-27 22:29:42下载
- 积分:1
-
xinhao
此程序适合对数字基带信号的仿真,并对两径信道传递函数曲线分析(This program suitable for digital base-band signal simulation, and the two-path channel transfer function curve analysis)
- 2009-03-13 23:11:04下载
- 积分:1
-
Fault-analysis-of-power-system
本程序是电力系统故障分析中的短路计算,包含各种常见短路类型。压缩包中有word说明,包含程序的前期工作和电力系统序网图。(This program is a short circuit calculation power system fault analysis, including all common types of short circuit. Compressed package word description, preliminary work and electrical systems Sequence Network contains program.)
- 2014-06-30 11:36:47下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1