登录
首页 » matlab » fdtd_2d

fdtd_2d

于 2021-02-25 发布 文件大小:20KB
0 1122
下载积分: 1 下载次数: 7

代码说明:

  二维FDTD仿真实例,带PML边界,既有TMz又有TEz(The simulation of two-dimensional FDTD, PML boundary with both TMz and TEz)

文件列表:

fdtd_2d
.......\calculate_domain_size_2d.m,2798,2012-09-07
.......\calculate_frequency_domain_outputs_2d.m,851,2012-09-07
.......\calculate_material_component_values_2d.m,4241,2012-09-07
.......\capture_sampled_electric_fields_2d.m,1611,2012-09-07
.......\capture_sampled_magnetic_fields_2d.m,771,2012-09-07
.......\create_circles.m,447,2012-09-07
.......\create_rectangles.m,563,2012-09-07
.......\define_geometry_2d.m,703,2012-09-07
.......\define_output_parameters_2d.m,1141,2016-10-28
.......\define_problem_space_parameters_2d.m,2457,2012-09-07
.......\define_sources_2d.m,955,2016-10-28
.......\display_frequency_domain_outputs_2d.m,1994,2012-09-07
.......\display_sampled_parameters_2d.m,2156,2012-09-07
.......\display_transient_parameters_2d.m,1615,2012-09-07
.......\draw_objects_2d.m,4761,2012-09-07
.......\fdtd_solve_2d.m,685,2016-10-28
.......\frequency_to_time_domain.m,578,2012-09-07
.......\impressed_J_updating_coefficients.m,692,2012-09-07
.......\impressed_M_updating_coefficients.m,693,2012-09-07
.......\initialize_boundary_conditions_2d.m,356,2012-09-07
.......\initialize_display_parameters_2d.m,1039,2012-09-07
.......\initialize_fdtd_material_grid_2d.m,1237,2012-09-07
.......\initialize_fdtd_parameters_and_arrays_2d.m,655,2012-09-07
.......\initialize_output_parameters_2d.m,2048,2012-09-07
.......\initialize_pml_boundary_conditions_2d_TEz.m,3992,2012-09-07
.......\initialize_pml_boundary_conditions_2d_TMz.m,4030,2012-09-07
.......\initialize_sources_2d.m,2683,2012-09-07
.......\initialize_updating_coefficients_2d.m,1261,2012-09-07
.......\initialize_waveforms.m,2796,2012-09-07
.......\post_process_and_display_results_2d.m,154,2012-09-07
.......\run_fdtd_time_marching_loop_2d.m,700,2012-09-07
.......\set_boundaries.m,874,2012-09-07
.......\time_to_frequency_domain.m,646,2012-09-07
.......\update_electric_fields.m,893,2012-09-07
.......\update_electric_fields_2d.m,796,2012-09-07
.......\update_electric_fields_for_PML_2d.m,257,2012-09-07
.......\update_electric_fields_for_PML_2d_TEz.m,551,2012-09-07
.......\update_electric_fields_for_PML_2d_TMz.m,1424,2012-09-07
.......\update_impressed_J.m,734,2012-09-07
.......\update_impressed_M.m,734,2012-09-07
.......\update_magnetic_fields.m,693,2012-09-07
.......\update_magnetic_fields_2d.m,693,2012-09-07
.......\update_magnetic_fields_for_PML_2d.m,212,2012-09-07
.......\update_magnetic_fields_for_PML_2d_TEz.m,1364,2012-09-07
.......\update_magnetic_fields_for_PML_2d_TMz.m,612,2012-09-07

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

发表评论

0 个回复

  • T-HOMEWORK
    用Parzen窗法或者kn近邻法估计概率密度函数,得出贝叶斯分类器,对测试样本进行测试,比较与参数估计基础上得到的分类器和分类性能的差别.2. 同时采用身高和体重数据作为特征,用Fisher线性判别方法求分类器,将该分类器应用到训练和测试样本,考察训练和测试错误情况。将训练样本和求得的决策边界画到图上,同时把以往用Bayes方法求得的分类器也画到图上,比较结果的异同。3.选择上述或以前实验的任意一种方法,用留一法在训练集上估计错误率,与在测试集上得到的错误率进行比较。(Use Parzen Windows method or the kn neighbor method estimated probability density function, draw the bayes classifier, to test sample to test, and the parameter estimation is based on the classifier and get the difference of classification performance. 2. At the same time the height and weight data as the characteristic, with Fisher identification method for linear classifier, and the application of the classifier to training and test sample, investigation and test training error condition. Will the training sample and utility of decision on the drawing boundary paint, and at the same time before the Bayes method with optimal classifier also paint chart, the result of the comparison of the similarities and differences. 3. Select the above or before any a kind of method of experiment, with a method for training set in the estimation error rates, and on the test set get error rates are compared.)
    2012-04-17 22:59:50下载
    积分:1
  • GA-for-IMC
    遗传算法应用于内模控制,被控对象为一阶系统,进行拟合!经过实验认证!(Genetic algorithm is applied to internal model control, the controlled object is a first-order system, fitting! Through experiments certification!)
    2021-01-08 10:58:51下载
    积分:1
  • fengdianbianjiang
    通过PID技术,可以实现在各种扰动下的风电变桨。可以有效的弃风。(Through the PID technology, can realize the wind power is analyzed.studying under various disturbances. To abandon the wind.)
    2013-10-24 22:15:30下载
    积分:1
  • bianyuanjiance
    一种基于小波的边缘检测算法,用matlab实现,程序有点长,希望耐心的阅读(Based on wavelet edge detection algorithm, using matlab to achieve, the program a bit longer, hoping patiently reading)
    2008-12-17 20:59:43下载
    积分:1
  • HybridGAPSOCode
    Hybrid Genetic And PSO Algorithm Code in matlab
    2010-07-08 22:12:27下载
    积分:1
  • Matlab-book
    这本matlab简明教程介绍了很多数值算法,适合初学者(This book tell us some methods about mathatics)
    2011-05-12 14:11:52下载
    积分:1
  • energy
    energy leach protocol
    2012-04-15 03:02:35下载
    积分:1
  • matlab-005
    介绍了MATLAB工程应用中常用命令,全面且易懂。(Introduce the common orders of Matlab, which is easy to understand and colorful)
    2012-11-30 13:02:54下载
    积分:1
  • KECA传感器恒偏差故障检测
    使用PCA算法进行基于数据的故障诊断的程序(Data - based fault diagnosis program using PCA algorithm)
    2021-04-19 11:08:51下载
    积分:1
  • spCepstrum
    speech ceps pitch detection
    2010-09-06 22:40:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载