-
linoo
segmentation of letters
- 2011-06-17 04:52:36下载
- 积分:1
-
zhengxuan1
给予声卡和MATLAB的编程,生成正弦波,声卡是外置的usb声卡,自己电脑的声卡也行(Sound card and MATLAB programming to generate sine wave, is an external sound card usb sound card, your computer' s sound card has line)
- 2010-09-02 15:48:56下载
- 积分:1
-
0514
基于matlab的神经网络训练方法,其中采用不同的隐层,自己编写的,实现多类数据的分类(It ia a code to learn network.)
- 2009-05-05 19:50:44下载
- 积分:1
-
charmean
说明: 使用Matlab编写的逆谐波程序。该程序对于不同的参数进行了实验。当图像噪声不同时,选用不同的参数。参数的正确选择很重要。本程序给出了不同噪声比较适合的参数选择(The use of Matlab procedures for the preparation of the inverse harmonic. The program parameters for different experiments. When the image noise is not at the same time, choosing different parameters. Correct choice of parameters is very important. This procedure gives more suitable for different noise parameters)
- 2009-07-24 15:50:28下载
- 积分:1
-
Untitled2
惯导解算程序,武汉大学课程作业,自己编的,仅供参考(Inertial navigation solution)
- 2013-01-19 16:22:28下载
- 积分:1
-
lowpass
低通滤波器(由matlab和simulink两种方法实现)源文件及图片示例(Low-pass filter) source file and photo examples (by the two methods matlab and simulink)
- 2013-03-13 18:36:40下载
- 积分:1
-
actup_v2_2l_installation_user_guide
水声工具箱使用手册,内有详细,使用说明,对使用水声工具箱有较大的帮助,描述很详细,但与需要一定英文基础。(Usage Manual of underwater acoustic toolbox contains detailed instructions, which is helpful for the use of underwater acoustic toolbox. The description is very detailed, but it needs a certain English foundation.)
- 2019-01-05 17:11:20下载
- 积分:1
-
雷达信号处理基础
说明: 本书作者为国际著名雷达信号处理专家。该书介绍了雷达系统与信号处理的基本理论和方法,包括雷达系统与信号处理概述、雷达信号模型、脉冲雷达数据采集、雷达波形、多普勒处理、检测基础原理、测量与跟踪、合成孔径雷达成像技术及干涉合成孔径雷达、波束形成和空-时处理的介绍。书中包含了大量反映雷达信号处理*新研究成果和当前研究热点的补充内容,提供了大量有助于读者深入探究的示例。该书对基础理论和方法进行了详尽介绍与深入严谨的论述。(The author of this book is an internationally renowned expert in radar signal processing. This book introduces the basic theory and methods of radar system and signal processing, including the overview of radar system and signal processing, radar signal model, pulse radar data acquisition, radar waveform, Doppler processing, basic principle of detection, measurement and tracking, synthetic aperture radar imaging technology and interferometric synthetic aperture radar, beamforming and space-time processing. The book contains a large number of new research results reflecting radar signal processing* and supplementary contents of current research hotspots, and provides a large number of examples to help readers in-depth exploration. The book gives a detailed introduction and a thorough and rigorous exposition of the basic theories and methods.)
- 2020-10-20 11:07:25下载
- 积分:1
-
蚁群算法求解TSP
%蚁群算法求解TSP问题的matlab程序
clear all
close all
clc
%初始化蚁群
m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解
C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004;
4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1676;1332 695;3715 1678;
3918 2179;4061 2370;3780 2212;3676 2578;4029 2838;4263 2931;3429 1908;3507 2367;
3394 2643;3439 3201;2935 3240;3140 3550;2545 2357;2778 2826;2370 2975];%城市的坐标矩阵
Nc_max=200;%最大循环次数,即算法迭代的次数,亦即蚂蚁出动的拨数(每拨蚂蚁的数量当然都是m)
alpha=1;%蚂蚁在运动过程中所积累信息(即信息素)在蚂蚁选择路径时的相对重要程度,alpha过大时,算法迭代到一定代数后将出现停滞现象
beta=5;%启发式因子在蚂蚁选择路径时的相对重要程度
rho=0.5;%0
- 2022-04-25 13:17:27下载
- 积分:1
-
11n_10_5
802.11n opnet model 11.0
- 2010-10-26 09:58:28下载
- 积分:1