登录
首页 » matlab » f

f

于 2010-07-22 发布 文件大小:88KB
0 133
下载积分: 1 下载次数: 1

代码说明:

说明:  一款MATLAB航磁异常正反演以及常规处理软件。(A MATLAB aeromagnetic anomaly inversion and conventional processing software.)

文件列表:

apply.m,2334,2009-06-04
butterworthfilter.m,1562,2009-06-04
ccc.m,848,2009-06-04
Dataset1.txt,1026,2009-06-04
Dataset2.txt,994,2009-06-04
deselect.m,2354,2009-06-04
dist.m,1680,2009-06-04
filtering.m,1933,2009-06-04
finestra.m,3190,2009-06-04
forward.m,2341,2009-06-04
griglia.m,1827,2009-06-04
grigliassi.m,2070,2009-06-04
inv2d.m,3353,2009-06-04
inversion.m,13215,2009-06-04
invofsyn.m,3874,2009-06-04
kernelF2D.m,14558,2009-06-04
kernelFpseudo3D.m,16863,2009-06-04
kernelZ2D.m,14288,2009-06-04
LICENSE.txt,35147,2009-06-04
loadfile.m,1490,2009-06-04
loadpam.m,1156,2009-06-04
lunghezza_profilo.m,1350,2009-06-04
MAG2D.m,1695,2009-06-04
menu_filtering.m,14301,2009-06-04
menu_forward.m,13519,2009-06-04
menu_inv2d.m,15110,2009-06-04
menu_kernel.m,4149,2009-06-04
menu_main.m,3781,2009-06-04
menu_spectrum.m,8512,2009-06-04
menu_syninv.m,2138,2009-06-04
menu_syninv2.m,7079,2009-06-04
menu_synthetic.m,14599,2009-06-04
model_for.m,5905,2009-06-04
model_syn.m,5152,2009-06-04
movingavaragefilter.m,1186,2009-06-04
plot_for.m,1776,2009-06-04
plot_inv.m,3054,2009-06-04
plot_invofsyn.m,7301,2009-06-04
plot_iterations.m,3885,2009-06-04
plot_resolution.m,5108,2009-06-04
plot_spectra.m,2456,2009-06-04
plot_spectrafilt.m,1548,2009-06-04
plot_syn.m,2670,2009-06-04
punti_sperimentali.m,1743,2009-06-04
ReadMe.txt,1984,2009-06-04
regularsampling.m,1258,2009-06-04
resmodinv.m,2146,2009-06-04
resmodsyn.m,2538,2009-06-04
resolution.m,2815,2009-06-04
savefor.m,1513,2009-06-04
saveinv.m,4996,2009-06-04
saveres.m,2125,2009-06-04
saveXF.m,1383,2009-06-04
select_area.m,1763,2009-06-04
showprofile.m,1703,2009-06-04
showprofile2.m,2828,2009-06-04
spectra.m,1562,2009-06-04
spectrafilt.m,1595,2009-06-04
SubmittedManuscript.txt,147,2009-06-04
synthetic.m,2544,2009-06-04
usefulsignal.m,8661,2009-06-04
whichkernel.m,1026,2009-06-04
whichplot.m,1143,2009-06-04
zeropadprofile.m,1548,2009-06-04

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

发表评论

0 个回复

  • 06071402Newtonmethodfunctionandresults
    matlab牛顿法的函数和执行调用的结果(Newton method functionand the results )
    2009-06-02 17:57:49下载
    积分:1
  • outin
    07年美国建模赛 登机编程,可以完成登机所用的时间,座位影响的次数,道路影响的次数。(2007 American Modeling Contest board programming can be used to complete check-in time, affect the number of seats, the number of roads affected.)
    2011-01-26 20:41:10下载
    积分:1
  • PCA_ORL
    这个程序实现了基于主成份的人脸可视化分析,这是一个完整程序代码.(This program implements the main components of the human face based on visual analysis, this is a complete code.)
    2011-07-21 16:49:15下载
    积分:1
  • Cyclostationarity
    利用信号的循环平稳特性进行相干源的波达方向估计(DOA Cyclostationarity use of coherent signal source estimates)
    2013-12-26 12:36:23下载
    积分:1
  • Adaptive-filter
    提供一种新型自适应滤波器的设计方法,能自由设计参数!(To provide a new type of adaptive filter design methods, design parameters can be freely!)
    2009-03-28 20:14:24下载
    积分:1
  • 9780596516215
    matlab Coastal Land Use/Land Cover maps and Coastal Regulation Zone map on 1:25,000 and 1:50,000 scales derived from satellite data were collected from State Coastal Zone Management Authorities and enlarged into 1:12,500 scale. The georeferenced maps were digitized in ARC-INFO GIS. Digitized maps were edited, labeled and a layout was prepared. The area statistics of different Ecologically Important Areas were generated and presented in the maps.
    2010-09-16 19:26:37下载
    积分:1
  • soil_cp_org
    function to calculate the specific heat of organic soil, given the fractions of dry soil and water in the soil sample
    2009-06-08 23:40:00下载
    积分:1
  • LU
    说明:  lu分解 基于matlab环境的对于三角分解的源代码(lu decomposition matlab environment based on the source code for the triangular decomposition)
    2011-06-17 08:28:31下载
    积分:1
  • attitude_estaminate
    姿态估计的源码,可以快速算出xyz坐标,数据可以通过matlab等进行二次开发。(Pose estimation of source code, you can quickly calculate the xyz coordinates, matlab and other data can be secondary development.)
    2014-11-28 17:45:25下载
    积分:1
  • genetic-algorithm
    遗传算法从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。本代码以旅行商问题为例,详细介绍遗传算法的使用方法。(A genetic algorithm the representation of the solution set of potentially the beginning, but after a certain number of the population the gene encoding the individual components. The code to the traveling salesman problem, for example, describes the use of genetic algorithms.)
    2015-01-08 14:54:32下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载