资源列表
[matlab例程] Errors_And_Erasures_Test
说明:通信编码译码软件开发主要用于一些常规软件的实现-Communication code decoding software development is mainly used for the realization of a number of conventional software<贾珍珍> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[matlab例程] massey_berlekamp_M3
说明:主要用于制作编译码的具体的中间环节完成一些通信平台的搭建-Mainly for the production of concrete in the middle part of decoding the completion of some communications platform structures<贾珍珍> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[matlab例程] 52172278xiaoboyuyinxinhao
说明:基于小波变化的一些程序,有效的提高语音识别-Some of the procedures based on wavelet transform, effectively improve the speech recognition<倪赛华> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] friendfunction-(2)
说明: friendfunction数据结构算法-friendfunction Data Structure Algorithm<陆泽榕> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[matlab例程] computemoveblanket
说明:基于matlab的分形软件,用于分形维数的计算-Matlab fractal-based software for the calculation of fractal dimension<汪明球> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[matlab例程] GARCHmodelsparameterEstimation
说明:用GARCH模型对时间序列进行预测,包括建模过程,数据处理,阶数确定以及最小二乘估计参数-GARCH models and parameter estimated by LM<洛克> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[matlab例程] match-lfm
说明:线性调频信号匹配滤波器的设计与实现,详细-LFM matched filter design and implementation details<huangxiaodong> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[matlab例程] macthed_filter_2
说明:线性调频信号的匹配滤波器的设计与实现第二款-LFM matched filter design and implementation of paragraph<huangxiaodong> 在 2025-03-11 上传 | 大小:1kb | 下载: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-03-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Figure-topological-sort
说明:拓扑排序 对一个 有向无环图 G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任 意一对顶点u和v,若u,v ∈E,则u在线性序列中出现在v之前。 通常,这样的线性序列称为满足拓扑次序的序列,简称 拓扑序列 。 注意: ①若将图中顶点按拓扑次序排成一行,则图中所有的有向边均是从左指向右的。 ②若图中存在有向环,则不可能使顶点满足拓扑次序。<江洋> 在 2025-03-11 上传 | 大小:1kb | 下载:0