CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab .key.m

搜索资源列表

  1. harris.m

    0下载:
  2. 立体视觉的关键技术是解决对应问题,点特征常被用来做特征。HARRIS角点检测算子较有影响。用MATLAB编写的。-stereo vision technology is the key to solve the matching problem, point feature often used to do features. HARRIS corner detection operator more influential. MATLAB prepared.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2360
    • 提供者:jxhappyqin
  1. OFDM原理matlab演示程序

    0下载:
  2. %OFDMDEMO Demonstrates OFDM Communication System % Function: to demonstrate the primary principle of OFDM system % % To start the demo type "OFDMDEMO" in Matlab. % % For more information press "help" button % % ofdmsimple.m is the
  3. 所属分类:邮电通讯系统

    • 发布日期:2011-12-05
    • 文件大小:94228
    • 提供者:oldfishhead
  1. AHybidGeneticAgorithmtoSolveTS

    0下载:
  2. 求解TSP和MTSP的混合遗传算法_英文_,Abstract:M any app licat ions are invo lved w ith mult ip le salesmen each of w hom visits a subgroup cit ies and returns the same start ing city. The to tal length of all subtours is required to be m ini2 mum. Th is is called
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:216605
    • 提供者:Notics
  1. sudo7matlab

    0下载:
  2. 這是一個求數獨遊戲的m-file 在matlab的命令窗口 鍵入>> sudo7 或者run sudo7 的m-file 之後在 9x9 的方格內 填入 數獨的問題 按下 "計算是否有解" 的功能鍵 若不是存在多組的解,則可以 按下 "顯示結果" 的功能鍵, 也可以載入作者測試的"date1"或"date2" 但不可載入及修改"condition"-This is a Sudoku game for the m-fil
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:19340
    • 提供者:ho io tong
  1. logo_detector

    0下载:
  2. 一个matlab的基于SIFT算子的logo图像识别代码-A SIFT-based matlab operator identification code of the logo image
  3. 所属分类:matlab

    • 发布日期:2017-06-21
    • 文件大小:38394305
    • 提供者:伟峰
  1. fm_gui_v2

    0下载:
  2. 基于傅立叶-梅林变换的matlab编写的配准系统,运行fm_gui.m后即出现演示界面,左侧的两个图形框选择待配准的两幅图像,图像可以进行缩放旋转变换。右侧的列表框"Window"下可以选择滤波窗,"Rotation"、"Scale"、"Log-polar"可分别选择旋转、缩放、以及对数极坐标变换所用的插值方法,按键"REGISTER"下的滑动 键可选备选的峰值点总数,点击"REGISTER"按键, 对应的下方图形框即显示配准后的两幅图像,最下方的"Translation"、"Rotat
  3. 所属分类:GIS program

    • 发布日期:2017-03-23
    • 文件大小:532690
    • 提供者:刘子木
  1. harris

    1下载:
  2. 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-28
    • 文件大小:11716017
    • 提供者:张裕
  1. Cargobin-packingproblem.jsp

    1下载:
  2. 首先,打开MATLAB编辑器,输入该文件中程序码,把文件保存到MATLAB当前目录并命名为zhuangxiang.m,只需在命令窗口中输入zhuangxiang,按回车键,根据提示输入,便可解决贪心算法中货船装箱问题,以求得最优解。 -First of all, open the MATLAB editor, enter the file, program code, save the file to the MATLAB current directory and named zhuang
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3229
    • 提供者:姚国标
  1. wcdmaQpskAndSpread

    1下载:
  2. 几点说明: 1、source_main.m为主函数,qpsk.m和spread.m为子函数; 2、在matlab工程目录下运行source_main.m即可; 3、为方便大家理解,特以P-CCPCH信道的处理进行了举例,若大家认为资料有用的话请回帖, 我会将整个WCDMA下行信号源的matlab代码提供给需要的人; 4、为方便初学者学习,特提供了我自己开发时参考的3GPP资料,并在关键位置做了记号。 -Some explanations: 1, source_main.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:206215
    • 提供者:卢婷
  1. moulation_classification

    5下载:
  2. 主要是实现调制识别,区分几种常用的数字调制信号,包括ASK,FSK,PSK,QAM。含有两个文件夹 其一为特征参数的仿真;其二为正确识别率的仿真。 文件夹key feature simulink中: 运行程序会得到各特征参数之间区分图 从图中可看到特征参数的有效性。 文件夹classification rate simulink中: 运行main.m文件 可以得到正确识别率 -Mainly to achieve modulation recog
  3. 所属分类:source in ebook

    • 发布日期:2017-03-25
    • 文件大小:57884
    • 提供者:夏英杰
  1. ofdmdemo

    0下载:
  2. OFDM原理matlab图形界面演示程序,本人原创。 OFDMDEMO Demonstrates OFDM Communication System Function: to demonstrate the primary principle of OFDM system To start the demo type "OFDMDEMO" in Matlab. For more information press "help" button ofdmsimple.m is the key
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:94228
    • 提供者:
  1. SparseBayes

    1下载:
  2. 实现有效的学习算法 的稀疏贝叶斯模型,即稀疏贝叶斯matlab工具箱-"SparseBayes" is a package of Matlab functions designed to implement an efficient learning algorithm for "Sparse Bayesian" models. The "Version 2" package is an expanded imple
  3. 所属分类:matlab例程

    • 发布日期:2014-03-23
    • 文件大小:156979
    • 提供者:孙晓川
  1. MaskingSub

    2下载:
  2. 该例程是基于人耳掩蔽效应的语音增强算法的MATLAB实现。压缩包中附带参考文献(基于人耳掩蔽效应的谱减算法的研究与实现)、测试所使用的音频信号、以及段信噪比计算函数。源代码中MaskingSub.m(源代码主要部分)及Main.m为本人所写,其余均来自程序员联合开发网。运行环境MATLAB R2009b-Key words:masking property, spectral subtraction algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:74076
    • 提供者:林雪
  1. ExtractBackground

    0下载:
  2. he files in this package comprise the Matlab implementation of a foreground segmentation algorithm based upon graph cuts, described in: Better Foreground Segmentation Through Graph Cuts, N. Howe & A. Deschamps. Tech report, http://arxiv.org/
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1011
    • 提供者:suhail
  1. FINAL_UTKARSH

    0下载:
  2. Image Encryption based on the RGB PIXEL Transposition and Shuffling Abstract — Privacy is one of the key issues information Security addresses. Through encryption one can prevent a third party from understanding raw data during signal transmissi
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2531900
    • 提供者:UTKARSH SHARMA
  1. TuXiangQuWu

    0下载:
  2. 此文件夹包含antongdaoquwu.m主程序文件和antongdao.m子程序文件,都是自己写的,用matlab语言写成,用于图像去雾,可将一幅有雾的模糊图像转化成去雾后的清晰图像,缺点是效率不高,处理一张图片需要1秒左右,不能用于工业化,可以将关键部分改写成C代码提升速度。-This folder contains the main program file and antongdao.m antongdaoquwu.m subroutine files, are their own wr
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2085737
    • 提供者:万超
  1. newwrite

    0下载:
  2. matlab中ofdm的方针,实现了其中的关键技术,信道估计,循环前缀,m序列同步-The principle of ofdm in matlab, the realization of the key technology, channel estimation and cyclic prefix, m sequence synchronization
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6111
    • 提供者:赵志伟
  1. 2374235_Matlab-M-files-关键部件

    1下载:
  2. 内燃机关键部件计算,可以方便的进行校核计算,基于MATLAB(Calculation of key components of internal combustion engine)
  3. 所属分类:其他小程序

    • 发布日期:2020-08-11
    • 文件大小:5120
    • 提供者:昵称4
  1. 03-2x2MIMO系统的完整数据链仿真

    1下载:
  2. % Type of different detectors, parameters for Detector.m ML = 1; % Joint ML Detector JMMSE = 2; % Joint MMSE Detector ZF = 3; % Joint Zero-Forcing Detector % Type of different antenna selection criteria methods MBER = 1; MMI = 2; LAZY = 3; MNP = 4
  3. 所属分类:其他

    • 发布日期:2020-12-06
    • 文件大小:3933184
    • 提供者:hlayumi
  1. BP-neural-networks-master

    0下载:
  2. How to run the program 1. open MATLAB goto the project's root path 2. run main.m 3. in the command window it will show the accuracy calculated by testing data set 4. press any key in the command window to show the GUI for this project 5. click t
  3. 所属分类:matlab例程

    • 发布日期:2021-05-01
    • 文件大小:633084
    • 提供者:ad7aH3
搜珍网 www.dssz.com