期刊文献+
共找到1,695篇文章
< 1 2 85 >
每页显示 20 50 100
Geophysics-informed stratigraphic modeling using spatial sequential Bayesian updating algorithm
1
作者 Wei Yan Shouyong Yi +3 位作者 Taosheng Huang Jie Zou Wan-Huan Zhou Ping Shen 《Journal of Rock Mechanics and Geotechnical Engineering》 2025年第7期4400-4412,共13页
Challenges in stratigraphic modeling arise from underground uncertainty.While borehole exploration is reliable,it remains sparse due to economic and site constraints.Electrical resistivity tomography(ERT)as a cost-eff... Challenges in stratigraphic modeling arise from underground uncertainty.While borehole exploration is reliable,it remains sparse due to economic and site constraints.Electrical resistivity tomography(ERT)as a cost-effective geophysical technique can acquire high-density data;however,uncertainty and nonuniqueness inherent in ERT impede its usage for stratigraphy identification.This paper integrates ERT and onsite observations for the first time to propose a novel method for characterizing stratigraphic profiles.The method consists of two steps:(1)ERT for prior knowledge:ERT data are processed by soft clustering using the Gaussian mixture model,followed by probability smoothing to quantify its depthdependent uncertainty;and(2)Observations for calibration:a spatial sequential Bayesian updating(SSBU)algorithm is developed to update the prior knowledge based on likelihoods derived from onsite observations,namely topsoil and boreholes.The effectiveness of the proposed method is validated through its application to a real slope site in Foshan,China.Comparative analysis with advanced borehole-driven methods highlights the superiority of incorporating ERT data in stratigraphic modeling,in terms of prediction accuracy at borehole locations and sensitivity to borehole data.Informed by ERT,reduced sensitivity to boreholes provides a fundamental solution to the longstanding challenge of sparse measurements.The paper further discusses the impact of ERT uncertainty on the proposed model using time-lapse measurements,the impact of model resolution,and applicability in engineering projects.This study,as a breakthrough in stratigraphic modeling,bridges gaps in combining geophysical and geotechnical data to address measurement sparsity and paves the way for more economical geotechnical exploration. 展开更多
关键词 Stratigraphic modeling Electrical resistivity tomography(ERT) Site characterization spatial sequential Bayesian updating(SSBU)algorithm Sparse measurements
在线阅读 下载PDF
AN OPTIMUM VEHICULAR PATH ALGORITHM FOR TRAFFIC NETWORK BASED ON HIERARCHICAL SPATIAL REASONING 被引量:4
2
作者 Lu Feng Zhou Chenghu Wan Qing 《Geo-Spatial Information Science》 2000年第4期36-42,共7页
Human beings’ intellection is the characteristic of a distinct hierarchy and can be taken to construct a heuristic in the shortest path algorithms.It is detailed in this paper how to utilize the hierarchical reasonin... Human beings’ intellection is the characteristic of a distinct hierarchy and can be taken to construct a heuristic in the shortest path algorithms.It is detailed in this paper how to utilize the hierarchical reasoning on the basis of greedy and directional strategy to establish a spatial heuristic,so as to improve running efficiency and suitability of shortest path algorithm for traffic network.The authors divide urban traffic network into three hierarchies and set forward a new node hierarchy division rule to avoid the unreliable solution of shortest path.It is argued that the shortest path,no matter distance shortest or time shortest,is usually not the favorite of drivers in practice.Some factors difficult to expect or quantify influence the drivers’ choice greatly.It makes the drivers prefer choosing a less shortest,but more reliable or flexible path to travel on.The presented optimum path algorithm,in addition to the improvement of the running efficiency of shortest path algorithms up to several times,reduces the emergence of those factors,conforms to the intellection characteristic of human beings,and is more easily accepted by drivers.Moreover,it does not require the completeness of networks in the lowest hierarchy and the applicability and fault tolerance of the algorithm have improved.The experiment result shows the advantages of the presented algorithm.The authors argued that the algorithm has great potential application for navigation systems of large_scale traffic networks. 展开更多
关键词 OPTIMUM PATH algorithm TRAFFIC NETWORK HIERARCHICAL spatial REASONING
在线阅读 下载PDF
Scaling up the DBSCAN Algorithm for Clustering Large Spatial Databases Based on Sampling Technique 被引量:9
3
作者 Guan Ji hong 1, Zhou Shui geng 2, Bian Fu ling 3, He Yan xiang 1 1. School of Computer, Wuhan University, Wuhan 430072, China 2.State Key Laboratory of Software Engineering, Wuhan University, Wuhan 430072, China 3.College of Remote Sensin 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期467-473,共7页
Clustering, in data mining, is a useful technique for discovering interesting data distributions and patterns in the underlying data, and has many application fields, such as statistical data analysis, pattern recogni... Clustering, in data mining, is a useful technique for discovering interesting data distributions and patterns in the underlying data, and has many application fields, such as statistical data analysis, pattern recognition, image processing, and etc. We combine sampling technique with DBSCAN algorithm to cluster large spatial databases, and two sampling based DBSCAN (SDBSCAN) algorithms are developed. One algorithm introduces sampling technique inside DBSCAN, and the other uses sampling procedure outside DBSCAN. Experimental results demonstrate that our algorithms are effective and efficient in clustering large scale spatial databases. 展开更多
关键词 spatial databases data mining CLUSTERING sampling DBSCAN algorithm
在线阅读 下载PDF
Geometric Approximation Searching Algorithm for Spatial Straightness Error Evaluation 被引量:1
4
作者 Jishun Li Xianqing Lei +1 位作者 Yujun Xue Weimin Pan 《Modern Instrumentation》 2013年第1期1-6,共6页
Considering the characteristics of spatial straightness error, this paper puts forward a kind of evaluation method of spatial straightness error using Geometric Approximation Searching Algorithm (GASA). According to t... Considering the characteristics of spatial straightness error, this paper puts forward a kind of evaluation method of spatial straightness error using Geometric Approximation Searching Algorithm (GASA). According to the minimum condition principle of form error evaluation, the mathematic model and optimization objective of the GASA are given. The algorithm avoids the optimization and linearization, and can be fulfilled in three steps. First construct two parallel quadrates based on the preset two reference points of the spatial line respectively;second construct centerlines by connecting one quadrate each vertices to another quadrate each vertices;after that, calculate the distances between measured points and the constructed centerlines. The minimum zone straightness error is obtained by repeating comparing and reconstructing quadrates. The principle and steps of the algorithm to evaluate spatial straightness error is described in detail, and the mathematical formula and program flowchart are given also. Results show that this algorithm can evaluate spatial straightness error more effectively and exactly. 展开更多
关键词 ERROR Evaluation spatial STRAIGHTNESS GEOMETRIC APPROXIMATION SEARCHING algorithm Minimum ZONE
在线阅读 下载PDF
Nearest neighbor search algorithm for GBD tree spatial data structure
5
作者 Yutaka Ohsawa Takanobu Kurihara Ayaka Ohki 《重庆邮电大学学报(自然科学版)》 2007年第3期253-259,共7页
This paper describes the nearest neighbor (NN) search algorithm on the GBD(generalized BD) tree. The GBD tree is a spatial data structure suitable for two-or three-dimensional data and has good performance characteris... This paper describes the nearest neighbor (NN) search algorithm on the GBD(generalized BD) tree. The GBD tree is a spatial data structure suitable for two-or three-dimensional data and has good performance characteristics with respect to the dynamic data environment. On GIS and CAD systems, the R-tree and its successors have been used. In addition, the NN search algorithm is also proposed in an attempt to obtain good performance from the R-tree. On the other hand, the GBD tree is superior to the R-tree with respect to exact match retrieval, because the GBD tree has auxiliary data that uniquely determines the position of the object in the structure. The proposed NN search algorithm depends on the property of the GBD tree described above. The NN search algorithm on the GBD tree was studied and the performance thereof was evaluated through experiments. 展开更多
关键词 邻居搜索算法 GBD树 空间数据结构 动态数据环境 地理信息系统 计算机辅助设计
在线阅读 下载PDF
Flight Trajectory Option Set Generation Based on Clustering Algorithms
6
作者 WANG Shijin SUN Min +1 位作者 LI Yinglin YANG Baotian 《Transactions of Nanjing University of Aeronautics and Astronautics》 2025年第6期767-788,共22页
Addressing the issue that flight plans between Chinese city pairs typically rely on a single route,lacking alternative paths and posing challenges in responding to emergencies,this study employs the“quantile-inflecti... Addressing the issue that flight plans between Chinese city pairs typically rely on a single route,lacking alternative paths and posing challenges in responding to emergencies,this study employs the“quantile-inflection point method”to analyze specific deviation trajectories,determine deviation thresholds,and identify commonly used deviation paths.By combining multiple similarity metrics,including Euclidean distance,Hausdorff distance,and sector edit distance,with the density-based spatial clustering of applications with noise(DBSCAN)algorithm,the study clusters deviation trajectories to construct a multi-option trajectory set for city pairs.A case study of 23578 flight trajectories between the Guangzhou airport cluster and the Shanghai airport cluster demonstrates the effectiveness of the proposed framework.Experimental results show that sector edit distance achieves superior clustering performance compared to Euclidean and Hausdorff distances,with higher silhouette coefficients and lower Davies⁃Bouldin indices,ensuring better intra-cluster compactness and inter-cluster separation.Based on clustering results,19 representative trajectory options are identified,covering both nominal and deviation paths,which significantly enhance route diversity and reflect actual flight practices.This provides a practical basis for optimizing flight paths and scheduling,enhancing the flexibility of route selection for flights between city pairs. 展开更多
关键词 flight trajectory clustering trajectory option set sector edit distance density-based spatial clustering of applications with noise(DBSCAN)algorithm deviation trajectories
在线阅读 下载PDF
“Monmonier′s algorithm”计算几何学方法在识别自然疫源性疾病空间结构异质性界限中的应用
7
作者 唐芳 薛皓 +4 位作者 王志强 康殿民 王一 薛付忠 王洁贞 《山东大学学报(医学版)》 CAS 北大核心 2008年第11期1105-1109,共5页
目的探讨"Monmonier′s algorithm"计算几何学方法在识别自然疫源性疾病空间结构异质性界限中的应用。方法以自然疫源性疾病肾综合征出血热(HFRS)为例,以疫源地内疫点间相似距离测度矩阵、疫点的空间位置坐标矩阵为基础,在Del... 目的探讨"Monmonier′s algorithm"计算几何学方法在识别自然疫源性疾病空间结构异质性界限中的应用。方法以自然疫源性疾病肾综合征出血热(HFRS)为例,以疫源地内疫点间相似距离测度矩阵、疫点的空间位置坐标矩阵为基础,在Delaunay三角测量框架内,利用改进的"Monmonier′s algorithm"计算几何学方法构建基于空间点数据的旨在寻找疫点间最大差异的疾病空间结构异质性界限识别模型。结果改进的"Monmonier′s Algorithm"计算几何学方法较好地识别出了疫源地空间结构的地理界限,找出了同质的疾病地理区域的边界或疾病空间化变量变化迅速的地带,且能通过Bootstrap重采样方法检验界限的统计显著性,特别是能够展示地理界限的层次性和空间邻接性。结论改进的"Monmonier′s Algorithm"计算几何学方法是识别疾病空间结构异质性界限的良好方法。 展开更多
关键词 自然疫源性疾病 疾病空间结构异质性 地理界限 Monmonier′salgorithm
暂未订购
Spatial-time continuous changes simulation of crop growth parameters with multi-source remote sensing data and crop growth model 被引量:14
8
作者 吴伶 刘湘南 +2 位作者 周博天 李露锋 谭正 《遥感学报》 EI CSCD 北大核心 2012年第6期1173-1191,共19页
本文将遥感信息与作物模型同化实现作物生长参数的时空域连续模拟,进而监测生长参数的时空域变化。首先将作物模型WOFOST(World food studies)与冠层辐射传输模型PROSAIL耦合构建WOPROSAIL模型,利用微粒群算法(PSO)通过最小化从CCD数据... 本文将遥感信息与作物模型同化实现作物生长参数的时空域连续模拟,进而监测生长参数的时空域变化。首先将作物模型WOFOST(World food studies)与冠层辐射传输模型PROSAIL耦合构建WOPROSAIL模型,利用微粒群算法(PSO)通过最小化从CCD数据获取的土壤调节植被指数观测值SAVI(soil adjusted vegetation index)与耦合模型得到的模拟值SAVI’之间差值优化作物模型初始参数。通过MODIS数据反演实现参数的区域化,并将区域参数作为优化后作物模型输入参数驱动模型逐像元计算生长参数,实现生长参数的时空域连续模拟与监测,最终建立区域尺度遥感-作物模拟同化框架模型RS-WOPROSAIL。结果表明:同化模型解决了作物模型模拟空间域和遥感信息时间域的不连续问题。模型模拟的叶面积指数(LAI)、穗重(WSO)、地上总生物量(TAGP)等生长参数较好地体现了水稻生长状况时空域变化,研究区水稻模拟产量与实际产量的误差为27.4%。 展开更多
关键词 遥感技术 遥感方式 遥感图像 应用
原文传递
A Parametric Genetic Algorithm Approach to Assess Complementary Options of Large Scale Wind-solar Coupling 被引量:7
9
作者 Tim Mareda Ludovic Gaudard Franco Romerio 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2017年第2期260-272,共13页
The transitional path towards a highly renewable power system based on wind and solar energy sources is investigated considering their intermittent and spatially distributed characteristics. Using an extensive weather... The transitional path towards a highly renewable power system based on wind and solar energy sources is investigated considering their intermittent and spatially distributed characteristics. Using an extensive weather-driven simulation of hourly power mismatches between generation and load, we explore the interplay between geographical resource complementarity and energy storage strategies. Solar and wind resources are considered at variable spatial scales across Europe and related to the Swiss load curve, which serve as a typical demand side reference. The optimal spatial distribution of renewable units is further assessed through a parameterized optimization method based on a genetic algorithm. It allows us to explore systematically the effective potential of combined integration strategies depending on the sizing of the system, with a focus on how overall performance is affected by the definition of network boundaries. Upper bounds on integration schemes are provided considering both renewable penetration and needed reserve power capacity. The quantitative trade-off between grid extension, storage and optimal wind-solar mix is highlighted.This paper also brings insights on how optimal geographical distribution of renewable units evolves as a function of renewable penetration and grid extent. 展开更多
关键词 Energy optimization grid integration genetic algorithm optimal spatial distribution power system modeling
在线阅读 下载PDF
Study on the Three Dimension Attenuated Model and the Algorithm of Environmental Noise in Substations 被引量:13
10
作者 XU Luwen LIU Xiaoling 《中国电机工程学报》 EI CSCD 北大核心 2012年第13期I0024-I0024,207,共1页
为了准确计算变电站噪声对周边环境影响的大小,通过对噪声衰减理论和变电站环境特点的分析,建立了变电站仿真数学模型,并基于该模型提出了变电站三维空间噪声预测算法。噪声衰减计算中,最复杂的是求解几何衰减中菲涅耳数,而求解菲... 为了准确计算变电站噪声对周边环境影响的大小,通过对噪声衰减理论和变电站环境特点的分析,建立了变电站仿真数学模型,并基于该模型提出了变电站三维空间噪声预测算法。噪声衰减计算中,最复杂的是求解几何衰减中菲涅耳数,而求解菲涅耳数的关键是求解绕射声的声程差,利用凸包算法求解变电站内多声源、多障碍等复杂场景的声程差问题。仿真计算结果与实测结果对比显示,该模型和算法能够准确预测变电站周边三维空间中任意位置的噪声大小,为开展变电站环境噪声预评价、新建变电站规划设计中噪声控制优化以及运行变电站噪声的工程治理方案优化等提供技术支持和理论依据。 展开更多
关键词 城市变电站 环境噪声 三维模型 算法 弱毒 中国经济 噪声分析
原文传递
Space debris environment engineering model 2019:Algorithms improvement and comparison with ORDEM 3.1 and MASTER-8
11
作者 Yuyan LIU Runqiang CHI +3 位作者 Baojun PANG HU Diqi Wuxiong CAO Dongfang WANG 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2024年第5期392-409,共18页
As an essential tool for realistic description of the current or future debris environment,the Space Debris Environment Engineering Model(SDEEM)has been developed to provide support for risk assessment of spacecraft.I... As an essential tool for realistic description of the current or future debris environment,the Space Debris Environment Engineering Model(SDEEM)has been developed to provide support for risk assessment of spacecraft.In contrast with SDEEM2015,SDEEM2019,the latest version,extends the orbital range from the Low Earth Orbit(LEO)to Geosynchronous Orbit(GEO)for the years 1958-2050.In this paper,improved modeling algorithms used by SDEEM2019 in propagating simulation,spatial density distribution,and spacecraft flux evaluation are presented.The debris fluxes of SDEEM2019 are compared with those of three typical models,i.e.,SDEEM2015,Orbital Debris Engineering Model 3.1(ORDEM 3.1),and Meteoroid and Space Debris Terrestrial Environment Reference(MASTER-8),in terms of two assessment modes.Three orbital cases,including the Geostationary Transfer Orbit(GTO),Sun-Synchronous Orbit(SSO)and International Space Station(ISS)orbit,are selected for the spacecraft assessment mode,and the LEO region is selected for the spatial density assessment mode.The analysis indicates that compared with previous algorithms,the variable step-size orbital propagating algorithm based on semi-major axis control is more precise,the spatial density algorithm based on the second zonal harmonic of the non-spherical Earth gravity(J_(2))is more applicable,and the result of the position-centered spacecraft flux algorithm is more convergent.The comparison shows that SDEEM2019 and MASTER-8 have consistent trends due to similar modeling processes,while the differences between SDEEM2019 and ORDEM 3.1 are mainly caused by different modeling approaches for uncatalogued debris. 展开更多
关键词 SDEEM2019 Space debris propagating algorithm spatial density algorithm ORDEM 3.1 MASTER-8
原文传递
Spatial heterodyne spectroscopy for space-based measurements of atmospheric CO_2 被引量:1
12
作者 叶函函 王先华 +3 位作者 李志伟 韦秋叶 施海亮 熊伟 《Journal of Beijing Institute of Technology》 EI CAS 2015年第4期540-545,共6页
To reduce the error from measurement and retrieval process, a new technology of spatial heterodyne spectroscopy is proposed. The principle of this technology and the instrument spatial het- erodyne spectrometer (SHS... To reduce the error from measurement and retrieval process, a new technology of spatial heterodyne spectroscopy is proposed. The principle of this technology and the instrument spatial het- erodyne spectrometer (SHS) are introduced. The first application of this technology will be for CO2 measurements from space on a high spectral observation satellite. The outstanding measurement principle and the priority of combination of retrieval algorithm and three channels ( O2 A-band, CO2 1.58 μm and 2.06 μm bands) are theoretically analyzed and numerically simulated. Experiments u- sing SHS prototype with low spectral resolution of 0. 4 cm -1are carried out for preliminary valida- tion. The measurements show clear CO2 absorption lines and follow the expected signature with the- ory spectrum, and the retrievals agreed well with GOSAT CO2 products, except a small bias of about 4 × 10 ^-6. The results show that the ability of spatial heterodyne spectroscopy for CO2 detecting is ob- vious, and SHS is a competent sensor. 展开更多
关键词 spatial heterodyne spectrometer atmospheric CO2 retrieval algorithm ERROR
在线阅读 下载PDF
Integration of spatial attractions between and within pixels for sub-pixel mapping 被引量:3
13
作者 Qunming Wang Liguo Wang Danfeng Liu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第2期293-303,共11页
As a promising technique to enhance the spatial reso- lution of remote sensing imagery, sub-pixel mapping is processed based on the spatial dependence theory with the assumption that the land cover is spatially depend... As a promising technique to enhance the spatial reso- lution of remote sensing imagery, sub-pixel mapping is processed based on the spatial dependence theory with the assumption that the land cover is spatially dependent both within pixels and be- tween them. The spatial attraction is used as a tool to describe the dependence. First, the spatial attractions between pixels, sub- pixel/pixel spatial attraction model (SPSAM), are described by the modified SPSAM (MSPSAM) that estimates the attractions accord- ing to the distribution of sub-pixels within neighboring pixels. Then a mixed spatial attraction model (MSAM) for sub-pixel mapping is proposed that integrates the spatial attractions both within pix- els and between them. According to the expression of the MSAM maximumising the spatial attraction, the genetic algorithm is em- ployed to search the optimum solution and generate the sub-pixel mapping results. Experiments show that compared with SPSAM, MSPSAM and pixel swapping algorithm modified by initialization from SPSAM (MPS), MSAM can provide higher accuracy and more rational sub-pixel mapping results. 展开更多
关键词 remote sensing imagery sub-pixel mapping mixed spatial attraction model (MSAM) genetic algorithm (GA).
在线阅读 下载PDF
Investigation of Spatial and Temporal Distribution of Snow Cover by Using Satellite Imagery (Case Study: Sheshpirdam Basin) 被引量:1
14
作者 Ali Liaghat Nima Tavanpour 《Open Journal of Geology》 2016年第5期330-340,共11页
About one third of the water needed for agriculture in the world is generated by melting snow. Snow cover, surface and ground water recharge are considered as sustainable and renewable resources. It is therefore neces... About one third of the water needed for agriculture in the world is generated by melting snow. Snow cover, surface and ground water recharge are considered as sustainable and renewable resources. It is therefore necessary to identify and study these criteria. The aim of this study is to determine the spatial and temporal distribution of snow cover in the district of the Sheshpir basin in Fars province (in south of Iran). Ground-based observation of snow covers, especially in mountainous areas, is associated with many problems due to the insufficient accuracy of optical observation, as opposed to digital observation. Therefore, GIS and remote sensing technology can be partially effective in solving this problem. Images of Landsat 5<sup>TM</sup> and Landsat 7<sup>TM</sup> satellites were used to derive snow cover maps. The images in ENVI 4.8 software were classified by using the maximum likelihood algorithm. Other spatial analyses were performed in ARC-GIS 9.3 software. The maximum likelihood method was accuracy assessed by operation points of testing. The least and the average of overall accuracy of produced maps were found to be 91% and 98%, respectively. This demonstrates that the maximum likelihood method has high performance in the classification of images. Overall snow cover and the review of terrain through the years 2008-2009 and 2009-2010 showed that snow cover begins to accumulate in November and reaches its highest magnitude in February. Finally, no trace of snow can be observed on the surface of the basin in the month of May. By average, 34% of the basin is covered in snow from November through to May. 展开更多
关键词 RS GIS Maximum Likelihood algorithm Snow Cover spatial and Temporal Distribution
在线阅读 下载PDF
基于XGBoost⁃SHAP方法的建设项目碳排放空间异质性分析 被引量:2
15
作者 王元庆 李佳玥 +1 位作者 刘备 王芳 《环境科学》 北大核心 2025年第7期4090-4100,共11页
为使公路建设碳减排更有效,聚焦高速公路建设过程中的碳排放空间异质性,基于广东省A高速公路项目40个分段样本筛选出的构造物类型、桥隧比、设计坡度、路线长度、填方量、挖方量和水泥消耗量这7个碳排放影响关键指标,训练与验证了XGBoos... 为使公路建设碳减排更有效,聚焦高速公路建设过程中的碳排放空间异质性,基于广东省A高速公路项目40个分段样本筛选出的构造物类型、桥隧比、设计坡度、路线长度、填方量、挖方量和水泥消耗量这7个碳排放影响关键指标,训练与验证了XGBoost碳排放预测模型,构建了解释这40个路段碳排放空间异质性的SHAP算法,研究了路段特征对碳排放的影响、总特征贡献和特征交互效应.结果表明,水泥消耗量的增加对碳排放的非线性增长贡献最大,路线长度、挖方量和桥隧比对碳排放的贡献度也较为显著;冷热点分析发现坡度高于2.5%且地形复杂的路段碳排放趋高,存在聚集效应;XGBoost-SHAP模型较地理加权回归模型GWR能更清晰解释碳排放的空间分布特征及其影响因素,在捕捉关键碳源和理解碳排放空间分布特征方面表现更佳.基于以上发现,提出了公路建养碳减排的针对性综合策略,以推动公路建设的可持续发展. 展开更多
关键词 碳排放 空间异质性 XGBoost算法 SHAP算法 可解释性
原文传递
Circular SAR processing using an improved omega-k type algorithm 被引量:7
16
作者 Leilei KOU Xiaoqing Wang +2 位作者 Jinsong Chong Maosheng Xiang Minhui Zhu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第4期572-579,共8页
An improved circular synthetic aperture radar(CSAR) imaging algorithm of omega-k(ω-k) type mainly for reconstructing an image on a cylindrical surface is proposed.In the typical CSAR ω-k algorithm,the rage traje... An improved circular synthetic aperture radar(CSAR) imaging algorithm of omega-k(ω-k) type mainly for reconstructing an image on a cylindrical surface is proposed.In the typical CSAR ω-k algorithm,the rage trajectory is approximated by Taylor series expansion to the quadratic terms,which limits the valid synthetic aperture length and the angular reconstruction range severely.Based on the model of the CSAR echo signal,the proposed algorithm directly transforms the signal to the two-dimensional(2D) wavenumber domain,not using approximation processing to the range trajectory.Based on form of the signal spectrum in the wavenumber domain,the formula for the wavenumber domain interpolation of the w-k algorithm is deduced,and the wavenumber spectrum of the reference point used for bulk compression is obtained from numerical method.The improved CSAR ω-k imaging algorithm increases the valid synthetic aperture length and the angular area greatly and hence improves the angular resolution of the cylindrical imaging.Additionally,the proposed algorithm can be repeated on different cylindrical surfaces to achieve three dimensional(3D) image reconstruction.The 3D spatial resolution of the CSAR system is discussed,and the simulation results validate the correctness of the analysis and the feasibility of the algorithm. 展开更多
关键词 circular synthetic aperture radar omega-k algorithm wavenumber domain three-dimensional spatial resolution.
在线阅读 下载PDF
A Hybrid Spatial Dependence Model Based on Radial Basis Function Neural Networks (RBFNN) and Random Forest (RF) 被引量:1
17
作者 Mamadou Hady Barry Lawrence Nderu Anthony Waititu Gichuhi 《Journal of Data Analysis and Information Processing》 2023年第3期293-309,共17页
The majority of spatial data reveal some degree of spatial dependence. The term “spatial dependence” refers to the tendency for phenomena to be more similar when they occur close together than when they occur far ap... The majority of spatial data reveal some degree of spatial dependence. The term “spatial dependence” refers to the tendency for phenomena to be more similar when they occur close together than when they occur far apart in space. This property is ignored in machine learning (ML) for spatial domains of application. Most classical machine learning algorithms are generally inappropriate unless modified in some way to account for it. In this study, we proposed an approach that aimed to improve a ML model to detect the dependence without incorporating any spatial features in the learning process. To detect this dependence while also improving performance, a hybrid model was used based on two representative algorithms. In addition, cross-validation method was used to make the model stable. Furthermore, global moran’s I and local moran were used to capture the spatial dependence in the residuals. The results show that the HM has significant with a R2 of 99.91% performance compared to RBFNN and RF that have 74.22% and 82.26% as R2 respectively. With lower errors, the HM was able to achieve an average test error of 0.033% and a positive global moran’s of 0.12. We concluded that as the R2 value increases, the models become weaker in terms of capturing the dependence. 展开更多
关键词 spatial Data spatial Dependence Hybrid Model Machine Learning algorithms
在线阅读 下载PDF
Data-Driven Joint Estimation for Blind Signal Based on GA-PSO Algorithm
18
作者 LIU Shen QIN Yuannian +2 位作者 LI Xiaofan ZHAO Yubin XU Chengzhong 《ZTE Communications》 2019年第3期63-70,共8页
Without any prior information about related wireless transmitting nodes,joint estimation of the position and power of a blind signal combined with multiple co-frequency radio waves is a challenging task.Measuring the ... Without any prior information about related wireless transmitting nodes,joint estimation of the position and power of a blind signal combined with multiple co-frequency radio waves is a challenging task.Measuring the signal related data based on a group distributed sensor is an efficient way to infer the various characteristics of the signal sources.In this paper,we propose a particle swarm optimization to estimate multiple co-frequency"blind"source nodes,which is based on the received power data measured by the sensors.To distract the mix signals precisely,a genetic algorithm is applied,and it further improves the estimation performance of the system.The simulation results show the efficiency of the proposed algorithm. 展开更多
关键词 PARTICLE SWARM Optimization(PSO) GENETIC algorithm(GA) spatially distributed sensor BLIND signal detection
在线阅读 下载PDF
Comparing Eight Computing Algorithms and Four Consensus Methods to Analyze Relationship between Land Use Pattern and Driving Forces
19
作者 Xinliang Liu Yi Wang +6 位作者 Yong Li Feng Liu Jianlin Shen Liang Ou Juan Wang Runlin Xiao Jinshui Wu 《International Journal of Geosciences》 2019年第1期12-28,共17页
Although many computing algorithms have been developed to analyze the relationship between land use pattern and driving forces (RLPDF), little has been done to assess and reduce the uncertainty of predictions. In this... Although many computing algorithms have been developed to analyze the relationship between land use pattern and driving forces (RLPDF), little has been done to assess and reduce the uncertainty of predictions. In this study, we investigated RLPDF based on 1990, 2005 and 2012 datasets at two spatial scales using eight state-of-the-art single computing algorithms and four consensus methods in Jinjing rive catchment in Hunan Province, China. At the entire catchment scale, the mean AUC values were between 0.715 (ANN) and 0.948 (RF) for the single-algorithms, and from 0.764 to 0.962 for the consensus methods. At the subcatchment scale, the mean AUC values between 0.624 (CTA) and 0.972 (RF) for the single-algorithms, and from 0.758 to 0.979 for the consensus methods. At the subcatchment scale, the mean AUC values were between 0.624 (CTA) and 0.972 (RF) for the single-algorithms, and from 0.758 to 0.979 for the consensus methods. The result suggested that among the eight single computing algorithms, RF performed the best overall for woodland and paddy field;consensus method showed higher predictive performance for woodland and paddy field models than the single computing algorithms. We compared the simulation results of the best - and worst-performing algorithms for the entire catchment in 2012, and found that approximately 72.5% of woodland and 72.4% of paddy field had probabilities of occurrence of less than 0.1, and 3.6% of woodland and 14.5% of paddy field had probabilities of occurrence of more than 0.5. In other words, the simulation errors associated with using different computing algorithms can be up to 14.5% if a probability level of 0.5 is set as the threshold. The results of this study showed that the choice of modeling approaches can greatly affect the accuracy of RLPDF prediction. The computing algorithms for specific RLPDF tasks in specific regions have to be localized and optimized. 展开更多
关键词 LAND Use Pattern spatial Scales CONSENSUS Methods COMPUTING algorithmS
暂未订购
Comparison of the Sampling Efficiency in Spatial Autoregressive Model
20
作者 Yoshihiro Ohtsuka Kazuhiko Kakamu 《Open Journal of Statistics》 2015年第1期10-20,共11页
A random walk Metropolis-Hastings algorithm has been widely used in sampling the parameter of spatial interaction in spatial autoregressive model from a Bayesian point of view. In addition, as an alternative approach,... A random walk Metropolis-Hastings algorithm has been widely used in sampling the parameter of spatial interaction in spatial autoregressive model from a Bayesian point of view. In addition, as an alternative approach, the griddy Gibbs sampler is proposed by [1] and utilized by [2]. This paper proposes an acceptance-rejection Metropolis-Hastings algorithm as a third approach, and compares these three algorithms through Monte Carlo experiments. The experimental results show that the griddy Gibbs sampler is the most efficient algorithm among the algorithms whether the number of observations is small or not in terms of the computation time and the inefficiency factors. Moreover, it seems to work well when the size of grid is 100. 展开更多
关键词 Acceptance-Rejection METROPOLIS-HASTINGS algorithm Griddy Gibbs SAMPLER Markov Chain Monte Carlo (MCMC) Random WALK METROPOLIS-HASTINGS algorithm spatial AUTOREGRESSIVE Model
在线阅读 下载PDF
上一页 1 2 85 下一页 到第
使用帮助 返回顶部