资源列表
[matlab例程] match-lfm
说明:线性调频信号匹配滤波器的设计与实现,详细-LFM matched filter design and implementation details<huangxiaodong> 在 2025-01-20 上传 | 大小:1kb | 下载:0
[matlab例程] macthed_filter_2
说明:线性调频信号的匹配滤波器的设计与实现第二款-LFM matched filter design and implementation of paragraph<huangxiaodong> 在 2025-01-20 上传 | 大小:1kb | 下载:0
[matlab例程] PID_danhuilu
说明:文档中的matlab源代码主要是针对单回路液位控制系统的PID控制实现,内有simulink原理图-Matlab source code in the document is mainly for single-loop PID control of water level control system to achieve, within the simulink diagram<吴国强> 在 2025-01-20 上传 | 大小:100kb | 下载:0
[matlab例程] work
说明:非线性调频信号的设计与实现,第一部分内容-Nonlinear FM signal design and implementation, the first part of<huangxiaodong> 在 2025-01-20 上传 | 大小:2kb | 下载:0
[matlab例程] matlab
说明:matlab经典实例,很多很好的例子可供参考-matlab classic example, a lot of good examples for reference<huangxiaodong> 在 2025-01-20 上传 | 大小:78kb | 下载:0
[matlab例程] shuzituxiangshuiyin
说明:能够很好的实现混沌数字水印技术 并且具有创新功能 -Can achieve the chaotic digital watermarking technology and innovative features<桃> 在 2025-01-20 上传 | 大小:1.31mb | 下载:0
[数学计算/工程计算] sanciyangtiaonihe
说明:三次样条拟合函数,通过拟合点计算出三次样条函数。-Cubic spline fitting function calculated by fitting the point cubic spline function.<dengdb> 在 2025-01-20 上传 | 大小:6kb | 下载:0
[数据结构常用算法] (Dijkstra)-a-shortest-path-algorithm
说明:大概流程如下: 初始对每个点e,令v[e]=0,dis[e]=inf 令起点dis[s]=0 每次找出p,使得v[p]=0,并且dis[p]最小 令v[p]=1 对每个和p相邻的q,用dis[p]+distance[p,q]去更新dis[q] 直到找不到v[p]=0-Probably process is as follows: For every dot e, initial [e] to v = 0,<江洋> 在 2025-01-20 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] invers_kinematics
说明:机器人逆逆运动学解法学习算法,希望对大家有用。这个非常好用,-Robot inverse kinematics solution of inverse learning algorithm, we hope to be useful. This is very useful, thank you<sadfasdf> 在 2025-01-20 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Figure-topological-sort
说明:拓扑排序 对一个 有向无环图 G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任 意一对顶点u和v,若u,v ∈E,则u在线性序列中出现在v之前。 通常,这样的线性序列称为满足拓扑次序的序列,简称 拓扑序列 。 注意: ①若将图中顶点按拓扑次序排成一行,则图中所有的有向边均是从左指向右的。 ②若图中存在有向环,则不可能使顶点满足拓扑次序。<江洋> 在 2025-01-20 上传 | 大小:1kb | 下载:0