在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → seislab软件包,Matlab编写的地球物理软件

seislab软件包,Matlab编写的地球物理软件

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.55M
  • 下载次数:2
  • 浏览次数:53
  • 发布时间:2023-06-14
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
用Matlab语言编写的地球物理勘探软件包,主要有地震和测井两类应用。内含PDF文档一份,另外有实例可供学习参考。大量的源代码可以帮助您深刻理解地球物理勘探中的数学物理原理。
【实例截图】
【核心代码】
文件清单
├── License.txt
├── README.txt
├── S4M
│   ├── Geophysics_2.01
│   │   ├── add_curve_type.m
│   │   ├── add_parameter.m
│   │   ├── ddid.m
│   │   ├── default_seismic_colormap.m
│   │   ├── l_append.m
│   │   ├── l_average.m
│   │   ├── l_check.m
│   │   ├── l_combine.m
│   │   ├── l_compare.m
│   │   ├── l_convert.m
│   │   ├── l_crossplot.m
│   │   ├── l_curve.m
│   │   ├── l_curve_math.m
│   │   ├── l_data.m
│   │   ├── l_depth2index.m
│   │   ├── l_depth2wb_depth.m
│   │   ├── l_elastic_impedance.m
│   │   ├── l_eqdepth.m
│   │   ├── l_extend.m
│   │   ├── l_fill_gaps.m
│   │   ├── l_gc.m
│   │   ├── l_gd.m
│   │   ├── l_gu.m
│   │   ├── l_histoplot_1d.m
│   │   ├── l_interpolate.m
│   │   ├── l_lithocurves.m
│   │   ├── l_litho_plot.m
│   │   ├── l_lithoplot.m
│   │   ├── l_merge.m
│   │   ├── l_plot1.m
│   │   ├── l_plot.m
│   │   ├── l_redefine.m
│   │   ├── l_reflection_coefficients.m
│   │   ├── l_reflections.m
│   │   ├── l_regression.m
│   │   ├── l_rename.m
│   │   ├── l_resample.m
│   │   ├── l_rm_nulls.m
│   │   ├── l_seismic_acoustic.m
│   │   ├── l_seismic_elastic.m
│   │   ├── l_select.m
│   │   ├── l_sonic2time.m
│   │   ├── l_sort.m
│   │   ├── l_switch_depth.m
│   │   ├── l_tools.m
│   │   ├── l_trend_removal.m
│   │   ├── l_unit_conversion.m
│   │   ├── mysuptitle.m
│   │   ├── mytitle.m
│   │   ├── presets.m
│   │   ├── private
│   │   │   ├── add_handle2delete.m
│   │   │   ├── add_xaxis.m
│   │   │   ├── advexpfig.m
│   │   │   ├── alert.m
│   │   │   ├── anysmooth.m
│   │   │   ├── assign_input.m
│   │   │   ├── ava_approximation.m
│   │   │   ├── ava_approximation_rueger.m
│   │   │   ├── bgGray.m
│   │   │   ├── binom.m
│   │   │   ├── binsmooth.m
│   │   │   ├── cell2num.m
│   │   │   ├── cell2str.m
│   │   │   ├── check_numeric.m
│   │   │   ├── combine_parameters.m
│   │   │   ├── convolve.m
│   │   │   ├── copy_fields.m
│   │   │   ├── copy_parameters.m
│   │   │   ├── cornor.m
│   │   │   ├── correlate.m
│   │   │   ├── correlation.m
│   │   │   ├── corr.m
│   │   │   ├── create_button4tracking.m
│   │   │   ├── create_help_button.m
│   │   │   ├── create_powerlaw_samples.m
│   │   │   ├── cseismic_scrollbar_menu.m
│   │   │   ├── cumquad.m
│   │   │   ├── curve_index1.m
│   │   │   ├── curve_indices.m
│   │   │   ├── datum.m
│   │   │   ├── default_seismic_colormap.m
│   │   │   ├── depths2step.m
│   │   │   ├── depths2step_with_checking.m
│   │   │   ├── description_substitution.m
│   │   │   ├── disable_zoom.m
│   │   │   ├── dispdlg.m
│   │   │   ├── display_cursor_location_2d.m
│   │   │   ├── display_cursor_location_3d.m
│   │   │   ├── display_cursor_location4seismic.m
│   │   │   ├── display_help.m
│   │   │   ├── displayTools.m
│   │   │   ├── edges4samples.m
│   │   │   ├── edges_from_samples.m
│   │   │   ├── extract_words.m
│   │   │   ├── fig2eps.m
│   │   │   ├── fig2jpg.m
│   │   │   ├── fig2pp.m
│   │   │   ├── figure_export_menu.m
│   │   │   ├── filename2S4M.m
│   │   │   ├── finish.m
│   │   │   ├── fix_mnemonics.m
│   │   │   ├── ftmatrix.m
│   │   │   ├── get_color.m
│   │   │   ├── get_filename4r.m
│   │   │   ├── get_filename4w.m
│   │   │   ├── get_help_file.m
│   │   │   ├── get_marker.m
│   │   │   ├── getParameterUnits.m
│   │   │   ├── gg_pickbox.m
│   │   │   ├── gui_active.m
│   │   │   ├── gui_patience.m
│   │   │   ├── header_index1.m
│   │   │   ├── histoplot1.m
│   │   │   ├── ibm2ieee.m
│   │   │   ├── info2label.m
│   │   │   ├── info4time.m
│   │   │   ├── initiate_2d_tracking.m
│   │   │   ├── initiate_3d_tracking4seismic.m
│   │   │   ├── initiate_3d_tracking.m
│   │   │   ├── interpf.m
│   │   │   ├── isconstant.m
│   │   │   ├── iscurve.m
│   │   │   ├── ismember_ordered.m
│   │   │   ├── isnearinteger.m
│   │   │   ├── isnumber.m
│   │   │   ├── isnumeric_str.m
│   │   │   ├── istype.m
│   │   │   ├── l1_slope_intercept.m
│   │   │   ├── l_assign_input.m
│   │   │   ├── l_dtp2vp.m
│   │   │   ├── l_dts2vs.m
│   │   │   ├── levinson4toeplitz.m
│   │   │   ├── lfigure.m
│   │   │   ├── linemenu.m
│   │   │   ├── linfit1.m
│   │   │   ├── l_info.m
│   │   │   ├── linkedzoom.m
│   │   │   ├── list_of_log_functions.m
│   │   │   ├── list_of_seismic_functions.m
│   │   │   ├── mat2cellstrings.m
│   │   │   ├── max_corr.m
│   │   │   ├── menu2edit_seismic.m
│   │   │   ├── menu2pick_frequency_windows.m
│   │   │   ├── mfilter_d2d.m
│   │   │   ├── mfilter_t2d.m
│   │   │   ├── mfilter_t2t.m
│   │   │   ├── minimum_phase.m
│   │   │   ├── minimum_phase_wavelet.m
│   │   │   ├── mnem2tex.m
│   │   │   ├── mnemonics_match.m
│   │   │   ├── mrt.m
│   │   │   ├── msgdlg.m
│   │   │   ├── mvt.m
│   │   │   ├── myconvmtx.m
│   │   │   ├── myerrordlg.m
│   │   │   ├── myerror.m
│   │   │   ├── myhilbert.m
│   │   │   ├── myimagemenu.m
│   │   │   ├── mylinkaxes.m
│   │   │   ├── mylistdlg.m
│   │   │   ├── mystairs.m
│   │   │   ├── mywindow.m
│   │   │   ├── name_of_calling_function.m
│   │   │   ├── normcorr.m
│   │   │   ├── open_textfile4writing.m
│   │   │   ├── ormsby_filter.m
│   │   │   ├── ormsby.m
│   │   │   ├── param_check.m
│   │   │   ├── param_index1.m
│   │   │   ├── param_info.m
│   │   │   ├── param.m
│   │   │   ├── percentiles_from_samples1d.m
│   │   │   ├── pfigure.m
│   │   │   ├── plot_box.m
│   │   │   ├── pp_edges_from_samples.m
│   │   │   ├── progressbar.m
│   │   │   ├── quad2.m
│   │   │   ├── read_ascii_table.m
│   │   │   ├── repeated_median_trend.m
│   │   │   ├── rm_mean.m
│   │   │   ├── rsum.m
│   │   │   ├── run_presets_if_needed.m
│   │   │   ├── scale.m
│   │   │   ├── sgrid.m
│   │   │   ├── show.m
│   │   │   ├── smooth.m
│   │   │   ├── strim.m
│   │   │   ├── systemDefaults.m
│   │   │   ├── timeStamp.m
│   │   │   ├── tokens.m
│   │   │   ├── try2delete.m
│   │   │   ├── units2tex.m
│   │   │   ├── units4plot.m
│   │   │   ├── unit_substitution.m
│   │   │   ├── vmt.m
│   │   │   ├── wr_columns.m
│   │   │   ├── wseismic_scrollbar_menu.m
│   │   │   ├── xcorr_all.m
│   │   │   └── xcorr_corresp.m
│   │   ├── read_las_file.m
│   │   ├── read_segy_file.m
│   │   ├── s_2d_spliced_synthetic.m
│   │   ├── s_3d_spliced_synthetic.m
│   │   ├── s_align.m
│   │   ├── s_append.m
│   │   ├── s_attribute.m
│   │   ├── s_attributes.m
│   │   ├── s_check.m
│   │   ├── s_compare.m
│   │   ├── s_convert2minimum_phase.m
│   │   ├── s_convert2zero_phase.m
│   │   ├── s_convert.m
│   │   ├── s_convolve.m
│   │   ├── s_correlate.m
│   │   ├── s_cplot.m
│   │   ├── s_create_qfilter.m
│   │   ├── s_create_wavelet.m
│   │   ├── s_data.m
│   │   ├── s_exp_scaling.m
│   │   ├── s_fft.m
│   │   ├── s_filter.m
│   │   ├── s_frequency_attributes.m
│   │   ├── s_gain.m
│   │   ├── s_gd.m
│   │   ├── s_get_extrema.m
│   │   ├── s_gh.m
│   │   ├── s_gu.m
│   │   ├── s_header_int2double.m
│   │   ├── s_header.m
│   │   ├── s_header_math.m
│   │   ├── s_header_plot.m
│   │   ├── s_header_sort.m
│   │   ├── s_hilbert.m
│   │   ├── s_histogram.m
│   │   ├── s_history.m
│   │   ├── show_las_header.m
│   │   ├── show.m
│   │   ├── show_segy_header.m
│   │   ├── s_impedance.m
│   │   ├── s_iplot.m
│   │   ├── s_ispectrum.m
│   │   ├── s_log2reflectivity.m
│   │   ├── s_log2seismic.m
│   │   ├── s_min_phase_inverse.m
│   │   ├── s_multi2one_trace.m
│   │   ├── s_new_time.m
│   │   ├── s_noise.m
│   │   ├── s_normalize.m
│   │   ├── s_one2multi_trace.m
│   │   ├── s_phase_rotation.m
│   │   ├── s_plot.m
│   │   ├── s_power_spectrum.m
│   │   ├── s_principal_components.m
│   │   ├── s_reflcoeff.m
│   │   ├── s_resample.m
│   │   ├── s_rm_trace_nulls.m
│   │   ├── s_rm_traces.m
│   │   ├── s_rm_trend.m
│   │   ├── s_rm_zeros.m
│   │   ├── s_roots2wavelet.m
│   │   ├── s_scale_seismic_data_sets.m
│   │   ├── s_seismic2wavelet.m
│   │   ├── s_seismic4jason.m
│   │   ├── s_select.m
│   │   ├── s_select_polygon.m
│   │   ├── s_shift.m
│   │   ├── s_spectrum2wavelet.m
│   │   ├── s_spectrum.m
│   │   ├── s_stack.m
│   │   ├── s_stack_with_deviation.m
│   │   ├── s_synthetic4landmark.m
│   │   ├── stitle.m
│   │   ├── s_tools.m
│   │   ├── s_trace_numbers.m
│   │   ├── @struct
│   │   │   ├── abs.m
│   │   │   ├── exp.m
│   │   │   ├── imag.m
│   │   │   ├── log.m
│   │   │   ├── minus.m
│   │   │   ├── mrdivide.m
│   │   │   ├── mtimes.m
│   │   │   ├── plus.m
│   │   │   ├── power.m
│   │   │   ├── rdivide.m
│   │   │   ├── real.m
│   │   │   ├── sign.m
│   │   │   ├── sqrt.m
│   │   │   ├── times.m
│   │   │   ├── uminus.m
│   │   │   └── uplus.m
│   │   ├── suptitle.m
│   │   ├── s_wavelet2roots.m
│   │   ├── s_wavelet4hampson_russell.m
│   │   ├── s_wavelet_from_hampson_russell.m
│   │   ├── s_wavelet_from_hr.m
│   │   ├── s_wavelet_from_landmark.m
│   │   ├── s_wavextra.m
│   │   ├── s_wiener_filter.m
│   │   ├── s_window.m
│   │   ├── s_wplot.m
│   │   ├── s_wplot_with_header.m
│   │   ├── s_xplot.m
│   │   ├── s_zero_phase.m
│   │   ├── s_zone_attributes.m
│   │   ├── write_las_file.m
│   │   └── write_segy_file.m
│   ├── HelpFiles
│   │   ├── help4s_ispectrum.txt
│   │   ├── help4s_pick_horizon_2d.txt
│   │   └── help4s_wavelet_from_spectrum.txt
│   ├── Log_examples1.m
│   ├── Other
│   │   ├── advexpfig.m
│   │   ├── ibm2ieee.m
│   │   ├── linkedzoom.m
│   │   └── ple.m
│   ├── Seislab_examples.m
│   ├── Seismic_examples1.m
│   ├── Seismic_examples2.m
│   └── Seismic_log_examples1.m
└── S4M_2.01_PD.pdf

6 directories, 321 files

标签:

实例下载地址

seislab软件包,Matlab编写的地球物理软件

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警