登录
首页 » matlab » rbf2

rbf2

于 2020-12-10 发布 文件大小:315KB
0 216
下载积分: 1 下载次数: 1

代码说明:

说明:  径向基函数的matlab原程序,并附有实例以及相关学习文档(Radial basis function matlab original program, together with examples and documentation related to learning)

文件列表:

rbf2\demo\Contents.m
rbf2\demo\demo_get_data.m
rbf2\demo\demo_rbf_fs_2.m
rbf2\demo\demo_rbf_rr_2.m
rbf2\demo\demo_rbf_rt_1.m
rbf2\demo\demo_rbf_rt_2.m
rbf2\INSTALL.txt
rbf2\man\examples\get_data\fig1.m
rbf2\man\examples\get_data\fig2.m
rbf2\man\examples\get_tmr\fig1.m
rbf2\man\examples\grow_tree\fig12.m
rbf2\man\examples\intro\fig1.m
rbf2\man\examples\intro\fig3.m
rbf2\man\examples\intro\fig4.m
rbf2\man\examples\plot_ras\fig2a.m
rbf2\man\examples\plot_ras\fig2b.m
rbf2\man\examples\plot_ras\fig3.m
rbf2\man\examples\rbf_dm\fig1.m
rbf2\man\examples\rbf_dm\fig2.m
rbf2\man\examples\rbf_dm\fig3.m
rbf2\man\examples\rbf_fs_2\fig1.m
rbf2\man\examples\rbf_fs_2\fig2.m
rbf2\man\examples\rbf_rr_2\fig1.m
rbf2\man\examples\rbf_rr_2\fig2.m
rbf2\man\examples\rbf_rr_2\fig3.m
rbf2\man\examples\rbf_rt_1\fig1.m
rbf2\man\examples\rbf_rt_1\fig2.m
rbf2\man\examples\rbf_rt_1\friedman.m
rbf2\man\examples\rbf_rt_2\fig1.m
rbf2\man\examples\rbf_rt_2\fig2.m
rbf2\man\manual.ps
rbf2\meth\Contents.m
rbf2\meth\rbf_fs_2.m
rbf2\meth\rbf_rr_2.m
rbf2\meth\rbf_rt_1.m
rbf2\meth\rbf_rt_2.m
rbf2\NOTES.txt
rbf2\perl\mstats.pl
rbf2\util\conf_check.m
rbf2\util\conf_print.m
rbf2\util\Contents.m
rbf2\util\get_data.m
rbf2\util\get_fig.m
rbf2\util\get_tmr.m
rbf2\util\grow_tree.m
rbf2\util\inc_tmr.m
rbf2\util\isstring.m
rbf2\util\plot_ras.m
rbf2\util\pred_tree.m
rbf2\util\rbf_dm.m
rbf2\util\rbf_ver.m
rbf2\util\run_demo.m
rbf2\util\tree_rbf.m
rbf2\man\examples\get_data
rbf2\man\examples\get_tmr
rbf2\man\examples\grow_tree
rbf2\man\examples\intro
rbf2\man\examples\plot_ras
rbf2\man\examples\rbf_dm
rbf2\man\examples\rbf_fs_2
rbf2\man\examples\rbf_rr_2
rbf2\man\examples\rbf_rt_1
rbf2\man\examples\rbf_rt_2
rbf2\man\examples
rbf2\demo
rbf2\man
rbf2\meth
rbf2\perl
rbf2\util
rbf2

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 2PAM_SV_C_100M
    主要自己写的,基于SV-C多径信道,设计传输速率100Mbps,借用了几个别人的函数。()
    2007-07-28 19:53:17下载
    积分:1
  • SIFT_flow
    mit(csail)上的matlab程序,里面的c++程序需要mex编译,算法可参考下面这篇论文(SIFT flow: dense correspondence across difference scenes ECCV2008)
    2021-04-27 21:48:44下载
    积分:1
  • NCMA
    归一化恒模盲均衡算法的matlab仿真,并附有说明(Normalized constant modulus blind equalization algorithm matlab simulation, along with instructions)
    2021-01-04 21:49:00下载
    积分:1
  • SIFT
    在Matlab中实现基于旋转尺度不变特征提取特征点的方法。(Matlab implementation of the rotation based on scale-invariant feature extraction method of feature points.)
    2009-03-14 09:51:54下载
    积分:1
  • genetic-algorithm
    In the computer science field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover. Genetic algorithms find application in bioinformatics, phylogenetics, computational science, engineering, economics, chemistry, manufacturing, mathematics, physics, pharmacometrics and other fields.
    2013-07-16 14:40:19下载
    积分:1
  • DTV.3
    计算LTE系统对DTV系统的干扰,对共存情况进行分析(Computing the interference LTE system DTV system, the coexistence of the analysis of)
    2014-08-28 17:24:32下载
    积分:1
  • 1blocked-dct-svd-method
    this is a method of watermarking. where SVD and DCT both are used to get robust and secure watermarking
    2013-04-27 17:02:34下载
    积分:1
  • matlab32ls
    Comparison of the performances of the LS and the MMSE channel estimators for a 32 sub carrier OFDM system based on the parameter of Mean square error
    2013-05-17 20:33:33下载
    积分:1
  • CEEMD_V
    ceemdan是对EMD EEMD的改进算法,此程序包中有子程序和测试例子,可以运行(his algorithm was presented at ICASSP 2011, Prague, Czech Republic Plese, if you use this code in your work, please cite the paper where the algorithm was first presented. If you use this code, please cite: M.E.TORRES, M.A. COLOMINAS, G. SCHLOTTHAUER, P. FLANDRIN, "A complete Ensemble Empirical Mode decomposition with adaptive noise," IEEE Int. Conf. on Acoust., Speech and Signal Proc. ICASSP-11, pp. 4144-4147, Prague (CZ))
    2014-06-28 09:35:47下载
    积分:1
  • BP-OMP-StOMP
    采用小波变换稀疏方法和正交匹配跟踪算法处理图像(Sparse wavelet method and orthogonal matching tracking algorithm)
    2015-01-13 22:16:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载