-
认知无线电中能量检测算法的性能分析
无线应用和服务的快速增长使得解决频谱短缺问题变得至关重要。如果我们扫描一部分无线电频谱,包括收入丰富的城市地区,我们会发现频谱中的一些频段大部分时间都没有被占用,其他一些频段部分被占用,其余的频段被大量使用。认知无线电技术试图通过提高频谱利用率来缓解这一问题。
- 2023-07-03 10:30:04下载
- 积分:1
-
k近邻问题,我自己做的,效果有保证,还有测数据
k近邻问题,我自己做的,效果有保证,还有测数据-k neighbor problem, I do, the effect is guaranteed, as well as measured data
- 2023-06-04 05:25:04下载
- 积分:1
-
Romberg algorithm example
龙贝格算法的例子-Romberg algorithm example
- 2022-03-20 20:03:19下载
- 积分:1
-
双序输出二叉链表的例子
先用先序遍历输入这个二叉链表,用#代替先序遍历输入序列的空指针。然后就是递归。首先判断当前节点是不是为空,如果不为空则输出当前节点的数据,然后在递归调用当前节点的左孩子,然后再输出当前节点的数据,最后再调用当前节点的右孩子,就可以实现双序遍历二叉树了。
- 2022-03-25 05:01:50下载
- 积分:1
-
python GMM
python版本的混合高斯实现
- 2022-11-15 19:50:03下载
- 积分:1
-
用C++编写的三次养条插值算法
用C++编写的三次养条插值算法-prepared custody of the three interpolation algorithm
- 2022-02-01 08:10:17下载
- 积分:1
-
回溯法的m着色问题,用bool方阵(方阵阶数表示点数)表示两点是否邻接。结果实现出所有颜色数小于m的着色方法...
回溯法的m着色问题,用bool方阵(方阵阶数表示点数)表示两点是否邻接。结果实现出所有颜色数小于m的着色方法-retroactive law m coloring problems, bool Matrix (Matrix said the order points), whether adjacent 2:00. The results achieved in all colors of a few less than the colored m
- 2022-02-22 05:13:49下载
- 积分:1
-
2DFDTDTM波模拟金属园柱体中电磁波,采用脉冲源激励。
2DFDTDTM波模拟金属园柱体中电磁波,采用脉冲源激励。
-2DFDTDTM wave simulation metal cylinder Park electromagnetic wave and pulse source incentive.
- 2022-06-27 14:01:29下载
- 积分:1
-
MRF_based_image_completion
资源描述AppWizard has created this MRF_Based DLL for you. This file contains a summary of what you will find in each of the files that make up your MRF_Based application.
- 2023-03-09 18:15:03下载
- 积分:1
-
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理...
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each of the first N sub-samples to conduct a tone detection. In the use of FFT algorithms, we would like to be processed into a block of samples, but this does not mean that must block processing the data. Digital processing time is very short, so if an interrupt for each sample are present, then the digital processing is fully able to interrupt service routine (ISR) to complete. Or, if the system exists in sample buffer, you can continue to sample, and then batch.
- 2022-05-27 11:46:36下载
- 积分:1