ffts,对散射数据执行快速傅立叶变换 (FFT)。 Yq = ffts(X,V,Xq) 或者Yq = ffts(X,V,Xq, 方法, 窗口) 输入, X : 位置数组 [mx 1] V : 带有值的数组 [mx 1] Xq :节点位置 [ nx 1],具有等距点(参见 linspace) (可选的) 方法 : 1. 'grid', gridding (默认) 2. 'fit' , b-spline fit window : 1. 'bspline', bspline (默认) 2. 'kaiser', kaiser 贝塞尔函数输出, Fq:散射数据的傅立叶光谱 [nx 1]。 网格化: 1. 对位置 (X) 处的散射值 (V) 进行平滑处理(卷积) 通过内核到常规网格。 使用网格 2 次过采样Xq的版本2. 数据乘以一组密度补偿权重。 按照步骤 1 进行计算,但所有值都设置为 1。 密
2023-02-10 11:35:35 3KB matlab
1
主要介绍了PHP类中的魔术方法(Magic Method)简明总结,这些方法包括__construct()、__destruct()、__call()、__callStatic()、__get()、__set()、__toString()等,需要的朋友可以参考下
2023-01-31 14:49:52 44KB PHP 类中的魔术方法 MagicMethod
1
这是HPIPM,一种高性能的内点方法求解器,用于密集的,最优的控制结构和树形结构的凸二次方程序。 它提供有效的密集算法和结构探索算法的实现,以解决一般在模型预测控制和嵌入式优化中出现的中小型问题,并且它依赖于高性能线性代数程序包BLASFEO。 HPIPM(和BLASFEO,这是一个依赖项),同时包含make和cmake构建系统。 首选的是make ,它可以用来编译和运行任何语言的任何库,接口和示例。 make也用于连续集成travis脚本中。 cmake只能用于编译库,而感兴趣的用户应通过从各种Makefile的命令中Makefile灵感来编译接口并自己运行示例。 入门: 开始使用HPIPM的最佳方法是查看/hpipm/examples/ 。 HPIPM可以从C直接使用,但是也有到Python和Matlab的接口。 根据您要使用HP​​IPM的级别,请查看下面的以下部分。 可以在do
1
MIL-STD-883E METHOD 1012.1
2023-01-03 11:32:29 103KB 热阻
1
A Fast Proximal Method for Convolutional Sparse Coding.pdf
2022-12-27 09:42:11 147KB Sparse Coding
1
Accurate evaluation of bradykinesia plays a crucial role in the diagnosis and therapy effect of Parkinson's disease. However, the subjective assessment shows low consistency among different evaluators, and the objective sensor-based methods cannot accurately distinguish patients with different grades of the 5-point clinical bradykinesia ratings. In this paper, an objective scoring method based on axis-angle representation and multi-class support vector machine (SVM) classi_er was employed to est
2022-12-07 11:22:55 5.71MB Parkinsonian bradykinesia support vector
1
参考: https : //www3.nd.edu/~zxu2/acms40390F12/Lec-7.3.pdf 雅可比方法: Jacobi 迭代法是一种用于确定线性方程组对角主导系统的解的算法。 求解每个对角线元素,并插入一个近似值。然后迭代该过程直到收敛。 高斯-赛德尔方法: Gauss-Seidel 法,也称为 Liebmann 法或连续位移法,是一种用于求解线性方程组的迭代方法。
2022-12-05 16:02:58 30KB matlab
1
In this paper, we consider the source localization for a mixed near-field (NF) and far-field (FF) narrowband signals impinging on a uniform linear array (ULA) with the symmetrical geometric configuration. A computationally efficient direction-of-arrivals (DOAs) and range estimation method for the mixed NF and FF signals is proposed, where the DOAs of the NF and FF signals are estimated separately, and the computationally burdensome eigendecomposition is avoided. Comparing to some existent method
2022-11-25 16:24:10 524KB Directionof-arrival (DOA); Far-field; Near-field;
1
实时连接件的离线一致性测试,李少东,陈霄泓,协调在复杂信息物理系统中扮演了重要角色。协调语言模型的复杂性使得测试成为开发信息物理系统过程中非常重要的一环。一致性测试
2022-11-25 06:29:43 506KB Formal Method Reo Conformance
1
Bob大叔(Robert C. Martin)关于C++开发思想的大作,看他的书上提及过,好多C++高手也提及过,但是一直没看到,特地从图书馆借来并扫描,下载者只能用于学习,不可用于商业目的。
2022-11-23 22:52:52 30.33MB c++ Uncle Bob
1