-
ABC_Free_Space
自由空间中电磁波传播的fdtd算法的matlab实现(Electromagnetic wave propagation in free space of the realization of fdtd algorithm matlab)
- 2009-06-05 16:06:28下载
- 积分:1
-
Motion-detection-program
利用MATLAB语言编写的运动检测程序,可以实现视频中的运动物体检测。(MATLAB language using the motion detection program that can realize video in moving object detection.)
- 2011-04-27 14:35:09下载
- 积分:1
-
mimosimulater
一个mimo相关的仿真器(a mimo related Simulator)
- 2007-04-24 01:13:03下载
- 积分:1
-
MATLABzhonghefudaohezhinan
本书全名《精通MATLAB-综合辅导与指南》,是西安交通大学李人厚、张平安与1997年译校后出版的,文章对MATLAB基本使用方法进行了介绍,并通过举例的方法使内容浅显易懂(The full name of the book " Mastering MATLAB-comprehensive counseling and guidance," Li Xi' an Jiaotong University is one thick, Ping-An Zhang translation school in 1997 after the publication of the article on the basics of using MATLAB are described, and examples of the way through the contents of plain and easy to make understand)
- 2011-07-26 10:37:48下载
- 积分: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
-
reliefF
reliefF源码 用法及说明 简单易懂的(reliefF source usage, and easy to understand instructions)
- 2020-06-29 19:40:02下载
- 积分:1
-
PSO-tools-2011
PSO 仿真软件包, 设计各种粒子群算法,最优化算法。(Particle ,Filtering,simulator)
- 2014-10-15 07:37:17下载
- 积分:1
-
MATLAB-some-command
!MATLAB的图像处理介绍
《MATLAB命令大全》
MATLAB语法和编程技巧
mtlab的一些基本命令(!MATLAB image processing
"MATLAB command Encyclopedia"
MATLAB syntax and programming skills
the basic mtlab command)
- 2013-05-05 13:30:20下载
- 积分:1
-
demo_SSELM
半监督极限学习机,基于matlab实现的在线分类算法,人工智能(demo sselm ,Semi-supervised extreme learning machine, online classification algorithm based on matlab, artificial intelligence)
- 2018-07-13 09:27:22下载
- 积分:1
-
FDTD2D
一个FDTD二维的经典程序,非常不错,适合初学者使用。(A classic two-dimensional FDTD program, very good, suitable for beginners.)
- 2011-01-23 11:29:28下载
- 积分:1