资源列表
antenna matlab programs
- UUHDG UHUHDHDHUUL ;AHAHHFOFH
newton
- 牛顿迭代法,与传统意义上的迭代法类似,只是将f(x)进行泰勒级数展开,只保留前两项,然后进行迭代。其迭代方程为x_(k+1)=x_k-(f(x_k))/(f^' (x_k))。 从编程上来讲,以上述方程对固定范围的复数域中的每个点作为初始点进行迭代,每个点都会收敛到该方程的一个解,对不同的解涂抹不同的颜色,就会看出其收敛范围。如果想得到其精确解所在位置,可通过到达给定精度的迭代次数进行判断,因为该点越接近精确解,其迭代速度越快。以下对老师提供的程序和自己写的程序进行一下对比,选用方程为:y=x
chebyshev
- 用于数据拟合,切比雪夫多项式拟合,精度挺高的,可以被广泛应用(For data fitting, Chebyshev polynomial fitting, the accuracy is very high, can be widely used)
2Count the string-HDU3336
- HDU3336,kmp算法习题的代码,已AC,可用于熟悉算法基本原理(AC code of HDU3336--a water problem of KMP)
k-means-matlab
- 利用k-means算法实现二维平面点的聚类,包括了运行源代码和结果图(The k-means algorithm is used to realize the clustering of two-dimensional plane points, including the running source code and the result graph)
PDSCH_simulation
- LTE PDSCH信道仿真,包含三种MIMO模式(LTE PDSCH channel simulation)
fdtd3D
- 可以使用fdtd三维代码,清晰有效,能够直接观看到图形的变换(You can use FDTD 3D code, clear and effective)
turbo code
- LTE标准的turbo码编译码仿真,使用MAP译码算法。(LTE standard turbo code simulation, the MAP decoding algorithm has been used.)
双向链表
- 算法框架,实现双向链表,c语言实现,可供学习参考使用(The algorithm framework, two-way linked list, C language, for learning to use and reference)
multirobot_pso
- In this work, an algorithm for classical particle swarm optimization (PSO) has been discussed. Also, its codes in MATLAB environment have been included. The eectiveness of the algorithm has been analyzed with the help of an example of three variab
Path Planning
- In this work, an algorithm for classical particle swarm optimization (PSO) has been discussed. Also, its codes in MATLAB environment have been included. The effectiveness of the algorithm has been analyzed with the help of an example of three varia
CS RECONSTRUCT ALGORITHM
- 压缩感知中的贪婪重构算法,包括gomp,CoSamp,Romp,Samp,Sp,Stmp,Swmp(The greedy reconstruction algorithms in compressed sensing include gomp, CoSamp, Romp, Samp, Sp, Stmp, Swmp)