-
planet_simulation
本程序模拟了火星、金星、水星等行星相对地球的运动轨迹,对于研究行星运动规律极有帮助。(This procedure simulated Mars, Venus, Mercury and other planets relative to Earth' s trajectory for the study of the law of planetary motion very helpful.)
- 2010-03-07 00:08:34下载
- 积分:1
-
jiami
图像加密隐藏的一个用MATLAB编写的好程序。(Hidden image encryption using MATLAB write a good program.)
- 2010-05-06 20:52:45下载
- 积分:1
-
55593395speedtest4
speed control of dc motor
- 2010-05-27 02:17:43下载
- 积分:1
-
mom
矩量法分析 半波阵子天线 电流分布 方向图(mom dipole current distrubution pattern simulation )
- 2013-03-03 11:32:12下载
- 积分:1
-
Factory_center
基于控制论思想实现工厂零件加工生产线上零件加工平均等待时间及零件加工效率估计等(Based on Cybernetics factory parts processing production line parts processing average wait time and parts processing efficiency estimates)
- 2012-11-03 11:21:39下载
- 积分:1
-
150307-Achievable-throughput
This is a project in communication domain. It uses the greedy and RCA algorithm to improve the throughput. It uses window ofdm technique . In transmitter side i used IFFT and in receiver side FFT is used. It uses single user channel .
- 2015-03-21 20:16:23下载
- 积分:1
-
GIM
在simulink中建立了GIM轮胎模型,此模型可以用来求轮胎的纵向力和侧向力。(The tire model for GIM was established in simulink , this model can be used to find a tire longitudinal force and lateral force.)
- 2021-03-24 16:49:15下载
- 积分:1
-
EEMD
Hilbert-Huang Transform的完整源码(Hilbert-Huang Transform complete source)
- 2008-05-04 23:42:13下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
file_mat_test
实现应用VC++读取mat文件,实现VC++与matlab混合编程(Achieve application VC++ to read mat file, to achieve mixed VC++ and matlab programming)
- 2021-03-04 12:49:32下载
- 积分:1