-
jisuan
用MATLAB的GUI设计的一个计算器程序,可在次基础上形成更复杂的算法,并学习GUI的设计技巧!(Using MATLAB)
- 2008-05-29 16:10:17下载
- 积分:1
-
TSP_aco
用遗传算法解决旅行商问题,是比较简单的一个程序,但可以运行。(a procedure about GA applied in solving TSP problem)
- 2010-12-17 12:30:18下载
- 积分:1
-
Goldbach
歌德巴赫猜想验证工具,附质数库以及质数生成器。(Goldbach conjecture verification tools, with the Treasury and the prime number prime number generator.)
- 2009-07-05 09:51:38下载
- 积分:1
-
untitled
anything else .. nothing impoortant
- 2011-09-04 14:24:28下载
- 积分:1
-
Bidegaray-Fesquet-Hierarchie_de_modeles_en_optiqu
Lecture MATLAB simulations, it is suitable for beginners
- 2010-11-10 11:07:30下载
- 积分:1
-
SimplePendulum_LinearRegression
Calculating the acceleration due to gravity using linear regression method
- 2014-01-25 15:52:53下载
- 积分:1
-
face
PCA人脸识别的matlab源代码,可以作为初学者学习揣摩之用(PCA face recognition matlab source code, you can try to figure out as a beginner to learn the use of)
- 2009-04-12 14:07:36下载
- 积分:1
-
photoprocess
数字图象处理系统,使用MATLAB的GUI模块,可实现图象的直方图均衡、灰度化、二值化、缩放、边缘检测、增加噪声、图像变换、去噪等功能。使用时请将fig文件和m文件和图像放在一个文件夹内(photo process system,use matlab)
- 2009-05-22 12:02:41下载
- 积分: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
-
OFDM
It is a matlab simulation code about OFDM
- 2012-02-06 21:17:55下载
- 积分:1