资源列表
my_program_CS
- 合成孔径雷达成像处理中的一种常用算法,距离多普勒算法- range Doppler algorithm
xianxingyuce
- 阵列信号处理中一种重要的算法,线性预测算法-An important algorithm, linear prediction algorithm, in array signal processing.
tuihuosuanfa
- 神经网络(应用模拟退火算法求函数极值问题)-Neural network (the application of simulated annealing algorithm for function extremum problems)
BA.m
- matlab写的关于BA无标度网络的代码-scale-free complex networks sourcecode
Lable.m
- 找出图像中的连同区域 标注序号 二值图像的连同区域判断-Find the image number, together with the regional dimension with the binary image to determine areas
Househloder_transfer
- household变换C语言程序。功能将是对称矩阵变换成三对角阵。改代码也是本人亲自编写。程序注释详细,代码运行效率高,层次还算可以-household transform C language program. The function will be symmetric matrix transforms into a tridiagonal matrix. Changed code is personally prepared. Program notes in detail the ef
glint
- 此程序为计算雷达目标特性角闪烁特性的函数代码-computing the anglar glint
TFRWV
- 该源码用于分析信号的时频特性,wigner-ville分布,单信号以及两个信号间的正交wigner-ville分布-wigner-ville distribution
control1
- 路径追踪控制器,实现目标对象贴近期望轨迹并追踪期望轨迹的控制。-Path tracking controller, to achieve the target object close to the desired trajectory and desired trajectory tracking control.
multi_iter_average
- 多次迭代滑动平均算法,是选一矩形窗口,在平面上逐点滑动,计算窗口内所有点的平均值及观测值与此平均值之差-Multiple iterative moving average algorithm is to a rectangular window, sliding on the plane point by point, calculate the average value of all the points in the window and the difference between t
SVM
- 简单的支持向量机入门程序,有参考价值,适合初学者,有问题欢迎来交流讨论
深度学习CNN手写数字识别
- 利用CNN网络手写数字识别,注释清楚,损失函数用的是focalloss,标注明确,可以跑通,框架是pytorch