登录
首页 » matlab » stprtool

stprtool

于 2008-11-04 发布 文件大小:4994KB
0 260
下载积分: 1 下载次数: 0

代码说明:

说明:  matlab源代码,是重要的地震勘探源代码,工具箱程序(matlab source code, it is important to seismic exploration source code, toolbox procedures)

文件列表:

stprtool
........\bayes
........\.....\bayescls.m
........\.....\bayesdf.m
........\.....\bayeserr.m
........\.....\Contents.m
........\compilemex.m
........\Contents.m
........\data
........\....\anderson_task
........\....\.............\mars.mat
........\....\.............\venus.mat
........\....\binary_separable
........\....\................\tulip.mat
........\....\c2s.m
........\....\check2ddata.m
........\....\check2dgauss.m
........\....\Contents.m
........\....\createdata.m
........\....\gencircledata.m
........\....\genlsdata.m
........\....\gmm_samples
........\....\...........\krkonose.mat
........\....\iris_data
........\....\.........\iris.mat




........\....\mergesets.m
........\....\mm_samples
........\....\..........\orion.mat
........\....\..........\scales.mat
........\....\multi_separable
........\....\...............\pentagon.mat
........\....\ocr_numerals
........\....\............\daniel_martinec1.mat
........\....\............\daniel_martinec10.mat
........\....\............\daniel_martinec2.mat
........\....\............\daniel_martinec3.mat
........\....\............\daniel_martinec4.mat
........\....\............\daniel_martinec5.mat
........\....\............\daniel_martinec6.mat
........\....\............\daniel_martinec7.mat
........\....\............\daniel_martinec8.mat
........\....\............\daniel_martinec9.mat
........\....\............\honza_cech1.mat
........\....\............\honza_cech10.mat
........\....\............\honza_cech2.mat
........\....\............\honza_cech3.mat
........\....\............\honza_cech4.mat
........\....\............\honza_cech5.mat
........\....\............\honza_cech6.mat
........\....\............\honza_cech7.mat
........\....\............\honza_cech8.mat
........\....\............\honza_cech9.mat
........\....\............\jana_kostkova1.mat
........\....\............\jana_kostkova10.mat
........\....\............\jana_kostkova2.mat
........\....\............\jana_kostkova3.mat
........\....\............\jana_kostkova4.mat
........\....\............\jana_kostkova5.mat
........\....\............\jana_kostkova6.mat
........\....\............\jana_kostkova7.mat
........\....\............\jana_kostkova8.mat
........\....\............\jana_kostkova9.mat
........\....\............\martin_barva1.mat
........\....\............\martin_barva10.mat
........\....\............\martin_barva2.mat
........\....\............\martin_barva3.mat
........\....\............\martin_barva4.mat
........\....\............\martin_barva6.mat
........\....\............\martin_barva7.mat
........\....\............\martin_barva8.mat
........\....\............\martin_barva9.mat
........\....\............\martin_matousek1.mat
........\....\............\martin_matousek10.mat
........\....\............\martin_matousek2.mat
........\....\............\martin_matousek3.mat
........\....\............\martin_matousek4.mat
........\....\............\martin_matousek5.mat
........\....\............\martin_matousek6.mat
........\....\............\martin_matousek7.mat
........\....\............\martin_matousek8.mat
........\....\............\martin_matousek9.mat
........\....\............\OcrTrndata.mat
........\....\............\vojta_franc1.mat
........\....\............\vojta_franc10.mat
........\....\............\vojta_franc2.mat
........\....\............\vojta_franc3.mat
........\....\............\vojta_franc4.mat
........\....\............\vojta_franc5.mat
........\....\............\vojta_franc6.mat
........\....\............\vojta_franc7.mat
........\....\............\vojta_franc8.mat
........\....\............\vojta_franc9.mat
........\....\riply_data
........\....\..........\riply_trn.mat
........\....\..........\riply_tst.mat
........\....\savestruct.m

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

发表评论

0 个回复

  • binary-symmetric-channel-
    用MATLAB SIMULINK实现BSC二进制对称信道建模和误码率测试模型(BSC in MATLAB binary symmetric channel bit error rate modeling and testing model)
    2011-06-30 13:07:41下载
    积分:1
  • GA
    说明:  实现二维路径规划,包含遗传算法,rrt算法,a星(Realize two-dimensional path planning)
    2020-08-09 16:53:49下载
    积分:1
  • MAX+PLUSII
    MAX+PLUSII不错的电子书,内容详细,易懂.(MAX PLUSII good e-books, detailed, understandable.)
    2007-05-29 15:19:24下载
    积分:1
  • Runge-Kutta-numerical-integration
    利用MATLAB进行龙格库塔数值积分求解微分方程(The use of MATLAB for solving differential equations Runge-Kutta numerical integration)
    2014-11-13 13:51:39下载
    积分:1
  • OFDM-CHANEEL-ESTIMATION-documentation
    DFT-BASED CHANNEL ESTIMATOR FOR OFDM SYSTEMS WITH LEAKAGE ESTIMATION IS DEVELOPED IN MATLAB SOFTWARE. IT IS THE CLEAR DOCUMENTATION.
    2015-02-18 16:12:38下载
    积分:1
  • SOS
    使用matlab生成SOS滤波器,应用于FPGA的一个小型系统,有一定的参考价值(Using MATLAB to generate SOS filter, applied to a small system of FPGA, there is a certain reference value)
    2016-07-31 20:53:19下载
    积分:1
  • 5478
    编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数(prepare you search procedures, functions as follows : Given a series of arbitrary order, then enter an arbitrary number, using binary search method to find the few series in the position, if the series is this, Return of the few series in the location, if the series has been no such number,-1 is returned will be distributed to value y orderly array inserted into a (decreasing), insert after The array is an orderly with a few recursive method : a bunch of characters with a question mark "?" The end of the order after reading the reverse output and statistics on the number of characters)
    2006-12-29 22:20:24下载
    积分:1
  • UWBzihanshu
    超宽带信号(uwb),做超宽带信号分析时必用的程序,希望有所帮助!(UWB signal (uwb), so ultra-wideband signal analysis procedures will be used in the hope that help!)
    2010-07-05 13:14:26下载
    积分:1
  • Lorenz
    Lorenz ecuation soved via Simulink
    2009-11-21 02:32:28下载
    积分:1
  • lifting_97
    本程序实现任意偶数大小图像第二代双正交97提升小波变换 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) 注2: 为了保证正交,所有边界处理,全部采用循环处理 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 注6: 此程序每层变换相对原图像矩阵,产生的矩阵都是正交阵,这和小波包一致 注7: 但小波变换每层产生的矩阵,是相对每个待分解子块的正交矩阵,而不是原图像的正交矩阵 注8: 且小波变换产生的正交矩阵维数,随分解层数2分减少 注9: 提升系数可以在MATLAB7.0以上版本,用liftwave( 9.7 )获取,这里直接给出,考虑兼容性 注10:由于MATLAB数组下标从1开始,所以注意奇偶序列的变化 注11:d为对偶上升,即预测;p为原上升,即更新(err)
    2008-06-25 07:59:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载