-
saidaishibie
用于飞思卡尔小车比赛摄像头组的赛道识别的matlab仿真程序。包含matlab源程序和试验图片,适合初期的赛道是弯道还是直道的判别(Freescale car for the race track camera group identified matlab simulation program. Matlab source code and test images included for the initial track is the discriminant curve or straight)
- 2020-07-04 12:40:02下载
- 积分:1
-
LS_MSE_calc
calcultes the Least squqres and the minimum mean square error
- 2014-11-26 18:30:26下载
- 积分:1
-
matlabBook
matlab入门教程,最简单实用的教程,里面详细又不乏简要,用最短的时间完成最复杂的学习!(matlab Getting Started Guide, the most simple and practical tutorials, where there is no lack of detailed and concise, with the shortest time to complete the most complex to learn!)
- 2008-12-22 12:53:11下载
- 积分:1
-
WindowsCprogramming
一个非常经经典的WINDOWS下开发的书籍,欢迎大家来下载使用(a very good windows C develop book)
- 2009-04-06 11:52:44下载
- 积分:1
-
Matlab06
摘要:计算机动态仿真是混沌应用研究的重要方法"该文介绍了环境下的可视化建模与动态仿真步骤(Abstract: The computer simulation is a chaotic dynamic applied research an important means of )
- 2008-05-16 10:47:53下载
- 积分:1
-
sag-n-swell
these are simulink files made to mitigate the sags and swells in the power system
- 2013-04-23 13:22:33下载
- 积分: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
-
RRT-star-master
RT(快速扩展随机树)是一种基于采样的算法求解路径规划问题。RRT提供可行的解如果时间RRT趋于无穷大。
RRT *是一个基于采样的算法为解决运动规划问题,这是一个概率最优变异性。RRT *收敛到最优解的渐近。
RRT * FN是一个基于采样的算法基于RRT *。RRT * FN内在渐近收敛到最优解,然而RRT * FN实现使用更少的内存(RRT (Rapidly-Exploring Random Tree) is a sampling-based algorithm for solving path planning problem. RRT provides feasable solution if time of RRT tends to infinity.
RRT* is a sampling-based algorithm for solving motion planning problem, which is an probabilistically optimal variant of RRT. RRT* converges to the optimal solution asymptotically.
RRT*FN is a sampling-based algorithm based on RRT*. RRT*FN inherents asymptotical convergence to the optimal solution, however RRT*FN implements it using less memory.)
- 2017-07-21 11:05:22下载
- 积分:1
-
pwm_inverter
说明: matlab 做的仿真 SPWM 单相 全桥逆变(Matlab do simulation SPWM inverter single-phase bridge)
- 2011-04-09 10:30:31下载
- 积分:1
-
GUI
图形用户界面(Graphical User Interfaces ,GUI)则是由窗口、光标、按键、菜单、文字说明等对象(Objects)构成的一个用户界面。用户通过一定的方法(如鼠标或键盘)选择、激活这些图形对象,使计算机产生某种动作或变化,比如实现计算、绘图等。(matlab gui)
- 2012-04-26 22:03:58下载
- 积分:1