登录
首页 » matlab » 采用致密介质的辐射传输理论计算雪中辐射传输 DMRT-QMS

采用致密介质的辐射传输理论计算雪中辐射传输 DMRT-QMS

于 2020-06-23 发布
0 291
下载积分: 1 下载次数: 3

代码说明:

说明:  采用致密介质的辐射传输理论计算雪中辐射传输, 也可用于预测雪介质的 被动微波发射(Calculating radiation transfer in snow)

文件列表:

active\abc.m, 1268 , 2008-06-28
active\abc_rs.m, 1381 , 2013-06-06
active\AMLDRS.m, 21525 , 2014-09-10
active\App.m, 230 , 2013-06-25
active\BCrs.m, 1152 , 2013-06-25
active\BPext.m, 660 , 2013-06-25
active\BPint.m, 803 , 2013-06-25
active\BPrs.m, 706 , 2013-06-25
active\CalcAm.m, 800 , 2013-06-25
active\CalcIU.m, 1147 , 2013-06-25
active\CalcPM.m, 1243 , 2013-07-04
active\CalcRHS.m, 1920 , 2013-06-25
active\DMRT_QMS_active.m, 6101 , 2014-09-18
active\EP.m, 2192 , 2013-07-04
active\FillBC.m, 2991 , 2013-06-25
active\FTSeries.m, 259 , 2013-06-21
active\IFTSeries.m, 252 , 2013-06-24
active\MN.m, 1018 , 2008-06-28
active\multiply_folder.m, 300 , 2013-06-24
active\ref_coh.m, 1223 , 2013-06-20
active\ref_coh_inc.m, 799 , 2013-06-20
active\ref_tran.m, 1978 , 2008-06-28
active\refmatrix.m, 650 , 2008-06-28
active\SolveBC.m, 756 , 2014-09-10
active\spline_matrix.m, 5794 , 2008-06-28
active\spline_stokes.m, 887 , 2013-06-25
active\spline16.m, 633 , 2008-06-28
active\test_DMRT_QMS_active.m, 2666 , 2014-09-12
active\tranmatrix.m, 1152 , 2008-06-28
active\transf_incoh.m, 6036 , 2013-06-24
active\transf12p_fc_all.m, 4881 , 2013-07-03
active\TransIncPlane.m, 1914 , 2013-06-25
active\weight.m, 200 , 2013-05-30
active\weight_int.m, 452 , 2013-06-20
common\diel_ice.m, 562 , 2014-09-09
common\Fresnel.m, 482 , 2014-09-08
common\GLNodeWt.m, 977 , 2014-09-08
common\load_snowpack.m, 545 , 2014-09-10
common\NMM3D_LUT_NRCS_40degree.dat, 10206 , 2014-09-18
common\NMM3D_LUT_NRCS_40degree_interp.m, 2480 , 2014-09-18
common\NMM3D_NRCS_LUT_40degree.dat, 6042 , 2014-09-18
common\PhaseMatrix12f_QMS.m, 22861 , 2014-11-06
common\rough_bks_OH.m, 692 , 2014-09-08
common\rough_ref_QH.m, 598 , 2014-09-10
common\rough_ref_WM.m, 576 , 2014-09-08
common\soil_perm_MBSDM_Mironov.m, 1456 , 2014-09-08
common\SPM3D.m, 973 , 2014-09-10
passive\DMRT_QMS_passive.m, 3420 , 2014-09-10
passive\fun_DMRTpassive.m, 8580 , 2015-02-11
passive\test_DMRT_QMS_passive.m, 2418 , 2014-09-12
passive\tran12f_FB.m, 3949 , 2014-09-10
Readme.txt, 1510 , 2015-01-30
snowpack.txt, 42 , 2014-09-11

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

发表评论

0 个回复

  • 利用GOSSIP协议可以实现无线节点之间的路由选择.
    利用GOSSIP协议可以实现无线节点之间的路由选择.-use GOSSIP agreement can be achieved between the wireless node routing.
    2022-04-08 03:58:00下载
    积分:1
  • 讲述了用proel进行电路板设计的具体流程,以及每一步的优化。...
    讲述了用proel进行电路板设计的具体流程,以及每一步的优化。-Proel carried out on the circuit board with the design of specific processes, as well as the optimization of each step.
    2022-06-01 19:31:37下载
    积分:1
  • item3
    车轮上刻有一圈共n个英文小写字母,滚滚向前每碾过一圈就留下一条印迹,这类印迹都是长度为n的字符串。显然,从不同位置开始碾,可能得到不同的印迹。既然历史的车轮滚滚向前,故不必考虑向后碾的情况。于是,一个车轮最多对应于n条不同的印迹;反之,不同的印迹也可能来自相同的车轮。 也就是说,两条印迹若能通过循环移位相互转换,则它们来自同一条车轮。比如,所谓的循环左移k位,是指将字符串"s1 ... sk sk+1 ... sn"转换为"sk+1 ... sn s1 ... sk"。 现在,已知不同车轮的m条印迹,请你核对它们的所属的车轮。 输入   第一行有两个正整数,即车轮周长n和印迹总数m。 接下来的m行分别给出m条印迹,长度均为n。 输出   共m行,依次对应于m条印迹。   若第i条印迹与之前的第k条(0 < k < i)印迹来自同一车轮,则输出编号k;若存在多个这样的k,则输出最小者。否则(第i条印迹所来自的车轮不同于之前的所有车轮),则输出0。(If strip I imprinting and previous article K (0 < K < I) imprinted from the same wheel, the output number k is output; if there are many such K, the output is the smallest. Otherwise (the wheel from the I mark is different from all the previous wheels), the output is 0.)
    2018-01-11 20:01:20下载
    积分:1
  • inertial navigation
    利用STM32F103作为主控,陀螺仪作为惯性传感器,可导航小车在无GPS情况下走直线,误差照成由于没增加磁陀螺的原因无法校准航向角的累积误差,所以长时间运行会带来累积误差,如果有不需要磁陀螺就可以校准的方法欢迎大家给我留言提建议。(By using STM32F103 as main control, gyroscope as inertial sensors, navigation in the car without GPS. Straight line error according to cumulative error due to reasons not to increase the magnetic gyro calibration course angle, so long time operation will bring the cumulative error, if the method does not require calibration of the magnetic gyro can be welcome to give me message advice.)
    2017-11-28 20:45:38下载
    积分:1
  • 内存陷阱与缺陷 c语言的学习好帮手, 提纲挈领的让你一览c语言的陷阱,让你...
    内存陷阱与缺陷 c语言的学习好帮手, 提纲挈领的让你一览c语言的陷阱,让你-Memory traps and defects in c language good helper, outlined allows you to list c language trap, so that you
    2022-07-12 11:01:37下载
    积分:1
  • VB.net开发的邮件接收客户端源代码
    VB.net开发的邮件接收客户端源代码,提示:发现新邮件后,单击右侧列表框中的邮件序号,可查看邮件标题!每隔5钟程序自动检测一次邮箱。本程序运行后可接收指定Email帐号的邮件,自动连接POP服务器,输入帐号和密码正确后就可连接上邮件服务器,读取邮件列表。
    2023-03-06 11:35:03下载
    积分:1
  • 使用树莓派3b来实现无人驾驶汽车
    说明:  使用树莓派3b来实现无人驾驶汽车,使用ROS把各种传感器连接起来。(Using raspberry pie 3b to realize driverless car,and use ROS to connect all kinds of sensors.)
    2020-06-23 05:40:02下载
    积分:1
  • 这是西门子s7200的示例源代码,这是学习PLC编程的好示例
    这是西门子s7200的示例源代码,这是学习PLC编程的好示例-Siemens s7200 This is an example of source code, this study are examples of good PLC programming
    2022-06-13 17:07:46下载
    积分:1
  • F-OFDM仿真代码
    F-OFDM仿真代码,参数配置同lte帧结构(filtered-OFDM simulation code)
    2021-04-29 11:38:42下载
    积分:1
  • ・AT80C2051用内部比较器作AD转换器,这里提供c源程序,以供参考。.. 开发工具:C, 提供者:dsf ・ x25045_c.rar, 2005...
    ・AT80C2051用内部比较器作AD转换器,这里提供c源程序,以供参考。.. 开发工具:C, 提供者:dsf ・ x25045_c.rar, 2005-6-13, 2KB, 0 ... ・GBK拼音码表,包含全部的GBK-18030 汉字,用于需要输入冷僻汉字的场合... -AT80C2051 used for internal comparisons for the AD converter, c source provided here, for reference. .. Development tools : C, providers : DSF x25045_c.rar, 2005-6-13, 2KB, 0 ... GBK phonetic code table contains all the GBK- 18030 Chinese characters, the need for the importation of Chinese characters rarely occasions .. .
    2023-05-06 11:30:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载