-
hfss-matlab中一个构造曲面函数的代码
hfss-matlab中一个构造曲面函数的代码
- 2021-05-06下载
- 积分:1
-
DSP28335实现FFT变换
【实例简介】
- 2021-05-18 10:32:23下载
- 积分:1
-
室内定位算法合集
卡尔曼滤波
粒子滤波等等
【源码目录】
bachelor-project-master
├── KalmanFilter
│ ├── kf_initialization.m
│ ├── kf_params.m
│ ├── kf_plots.m
│ ├── kf_prediction.m
│ └── kf_update.m
├── LICENSE
├── Multilateration
│ ├── lateration_murphyHerman.m
│ ├── lateration_paulaAnaJose.m
│ ├── lateration_plot.m
│ └── lateration_weightedMurphyHerman.m
├── ParticleFilter
│ ├── R2d.m
│ ├── initialise_particles.m
│ ├── motion_model.m
│ ├── observation_model.m
│ ├── plot_particles.m
│ └── resampling.m
├── README.md
├── SignalModel
│ ├── inv_path_loss_model.m
│ └── path_loss_model.m
├── build_map.m
├── common.m
├── kf_main.m
├── lateration_main.m
├── osm
│ ├── LICENSE
│ ├── README.md
│ ├── assign_from_parsed.m
│ ├── debug_openstreetmap.m
│ ├── dependencies
│ │ ├── gaimc
│ │ │ ├── dijkstra.m
│ │ │ └── sparse_to_csr.m
│ │ ├── hold
│ │ │ ├── restorehold.m
│ │ │ └── takehold.m
│ │ ├── lat_lon_proportions
│ │ │ └── lat_lon_proportions.m
│ │ ├── plotmd
│ │ │ └── plotmd.m
│ │ ├── textmd
│ │ │ └── textmd.m
│ │ ├── xml2struct
│ │ │ └── xml2struct_fex28518.m
│ │ └── xml2struct.m
│ ├── extract_connectivity.m
│ ├── extract_sensors.m
│ ├── get_unique_node_xy.m
│ ├── get_way_tag_key.m
│ ├── load_osm_xml.m
│ ├── main_mapping.m
│ ├── parse_openstreetmap.m
│ ├── parse_osm.m
│ ├── plot_nodes.m
│ ├── plot_road_network.m
│ ├── plot_route.m
│ ├── plot_way.m
│ ├── route_planner.m
│ ├── show_map.m
│ └── usage_example.m
├── pf_main.m
├── standalone
│ ├── KalmanFilter
│ │ ├── KF1D.m
│ │ └── KF2D.m
│ ├── Lateration
│ │ ├── MurphyHerman.m
│ │ ├── PaulaAnaJose_v1.m
│ │ ├── PaulaAnaJose_v2.m
│ │ ├── Trilateration.m
│ │ ├── WeightedMultilaterationLLS.m
│ │ └── WeightedMurphyHerman.m
│ ├── ParticleFilter
│ │ ├── particle_filter_sd_2d.m
│ │ └── particle_filter_student_dave_basic_ex1.m
│ └── misc
│ ├── NearestNeighbor.m
│ ├── ProjectPointOnSegment.m
│ └── WeightedMultilaterationLLS.m
└── utils
├── R2d.m
├── cart2geo.m
├── convert2Cartesian.m
└── geo2cart.m
18 directories, 69 files
- 2021-06-10 00:31:06下载
- 积分:1
-
粒子蚁群算法求解旅行商问题
【实例简介】通过粒子群算法求解蚁群算法的参数值,并采用该混合算法求解TSP
- 2021-06-26 00:31:07下载
- 积分:1
-
偶极子天线MATLAB仿真
仿真偶极子天线,包括方向性图的三维图和H面、E面图
- 2021-05-06下载
- 积分:1
-
ERA 模态识别(Era.m)
%% input% h: Impulse response% n: Degree of freedoms(Only if structural system)% r: number of rows% s: number of columns%% output% A: State Matrix, 2n*2n. n is DOFs, 2*n is the number of state variables% B: Input Matrix, 2n*p. p is the number of input% G: Output Matrix, q*2n. q is the number of output
- 2020-11-30下载
- 积分:1
-
matlab生成渐开线齿轮工具
m=1;%模数z=17;%齿数ha=1;c=0.25;x=0;%齿顶高系数;顶隙系数;变位系数alpha=deg2rad(20);%压力角r=z*m/2;%分度圆半径ra=r (ha x)*m;%齿顶圆半径rf=r-(ha c-x)*m;%齿根圆半径rb=r*cos(alpha);%基圆半径
- 2021-05-06下载
- 积分:1
-
OpenCossan 工具箱
【实例简介】
OpenCossan Toolbox 是 Cossan 软件的核心。它以面向对象的方式编程,以提供工具箱的灵活性和可扩展性。事实上,使用这个工具箱,用户和研究人员可以修改预先编写的解决方案序列、探索数据、实施新算法等,换句话说,只需创建自定义工具,就可以解决专门的问题。
该软件提供了最先进和最新的算法,用于对不确定性进行合理量化和传播。此外,由于随机方法通常对计算要求很高,因此需要采用高性能计算以减少分析的执行时间(挂钟时间)。在这方面,OpenCossan 中可用的实现与并行计算功能相结合,以便能够在可行的计算时间内分析现实问题。因此,OpenCossan 已经发展成为从业者执行不确定性量化、基于仿真的可靠性分析、敏感性分析、元建模和基于可靠性的优化的多合一软件包软件。
- 2021-07-09 00:32:12下载
- 积分:1
-
三相整流桥.slx
【实例简介】
- 2021-06-22 00:30:57下载
- 积分:1
-
数字图像处理(gauss2.m)
高斯低通滤波器,matlab实现
- 2020-04-29下载
- 积分:1