资源列表
[matlab例程] ldpc
说明:在AWGN信道下BPSK调制LDPC码的误码率,以及调用函数“对数域和LDPC译码算法”,把发送的信号的矩阵为零矩阵,用MatlaB运行 -BPSK modulation in AWGN channel bit error rate of the LDPC code, and call the function "of the number of domains and LDPC decoding algorithm, the matrix of the transmitted signal<此次> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[数据结构常用算法] ChineseSegmentation
说明:用trie算法实现的中分分词程序,在VC2010中编译运行成功,所参考资料也为转载,若原作看到这个,希望与我联系:)-Chinese Segmentation implemented by Trie algorithm,compiling and running successfully in VC2010<胡玥> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] AStar-python
说明:python 实现的Astar 算法 。 -the python implementation Astar algorithm.<付翔> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[matlab例程] plot_cassini
说明:Cassini Oval is a curve that was developed by Giovanni Domenico Cassini in 1680. He had believed that the motion of the Earth and Sun followed a lobe of one of these ovals. This function plots Cassini Ovals with Polar Parametrization as described in<LStemp> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[matlab例程] easy-LEACH
说明:经优化的MATLAB下的LEACH仿真程序,代码执行率高,资源占有率降低,仿真运行速度加快。修改若干参数即可满足不同的仿真要求,(有注释)-By the the optimized MATLAB LEACH simulation program, the high rate of code execution, resource share to reduce simulation run faster. Modify certain parameters to meet the differe<jimmy> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[matlab例程] sampleEntropy11
说明:对轴承故障信号进行小波包分解,重构能量最大的频段信号,并对该重构信号计算样本熵-Decomposing the bearing fault signal using waveletpackage method ,and reconstruct the maximum energy frequency band ,and then accumulate the sample entropy of the reconstructed signal<chenfen> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] BP
说明:BP神经网络是一个前向网络,它利用误差反向传播算法对网络进行训练,结构简单,可塑性强。本例选择3层BP神经网络(隐层为1层)来逼近函数,单输入单输出,隐层包含7个神经元,预设精度为0.1,学习率设为0.1,循环次数为5000次,达到循环次数,或结果达到预设精度要求,结束计算。激活函数选择双曲函数,采用梯度下降法,通过神经元的输入和误差,以及权值的学习速率来计算权值的变化率。将输入提供给网络后,神经元的激活值从输入层经各中间层向输出层传播,输出层的神经元获得网络的输入相应。接下来,按照减少目标输出<张鹏> 在 2025-11-21 上传 | 大小:2kb | 下载:0