资源列表
[matlab例程] Code-mo-phong
说明:the Compressed Sensing (CS) methods in general and analyze the performance of Compressive Channel Estimation (CCE). CCE is an application of the theory and methodology of CS to the problem of estimating doubly selective channels in multicarrier syste<chuxuanbach> 在 2025-10-04 上传 | 大小:213kb | 下载:0
[matlab例程] Matlab-Code
说明:The software receiver is a type of the GPS receiver based on software written on programmable circuits such as DSP or FPGA. Based on the flexibility of software, we can integrate many techniques, update new technologies and modify its parameters when<chuxuanbach> 在 2025-10-04 上传 | 大小:351kb | 下载:0
[人工智能/神经网络/遗传算法] machine-learning_PCA
说明:环境为winpython 32bit 2.7.5.3 p = PCA() print u"均值化后的数据集为:",p.dataset( H:\\PCA_test.txt ) print u"协方差矩阵为:",p.COV() print u"特征向量为:",p.eig_vector()[1] tt = p.pc(dim=1) print "tt:",tt print u"新的维度数据集",tt[1]- """ Principal c<hhkk> 在 2025-10-04 上传 | 大小:2kb | 下载:0
[数据结构常用算法] HuffmanCode
说明:赫夫曼编码的实现,可以按照字符的规定,生成相应的最优编码-Huffman coding to achieve, according to the terms of characters, generates the corresponding optimum encoding<祁鹏涛> 在 2025-10-04 上传 | 大小:1.11mb | 下载:0
[人工智能/神经网络/遗传算法] face-recognition-using-HMM
说明:使用hmm隐马尔科夫链做人脸识别,重量级论文。非常好。 face recognition using an embedded H-face recognition using an embedded HMM<hhkk> 在 2025-10-04 上传 | 大小:278kb | 下载:0
[matlab例程] Radial-basis-function
说明:径向基函数是一个取值仅仅依赖于离原点距离的实值函数,也就是Φ(x)=Φ(‖x‖),或者还可以是到任意一点c的距离,c点称为中心点,也就是 Φ(x,c)=Φ(‖x-c‖)。任意一个满足Φ(x)=Φ(‖x‖)特性的函数Φ都叫做径向量函数,标准的一般使用欧氏距离,尽管其他距离函数也是可以的。一些径向函数代表性的用到近似给定的函数,这种近似可以被解释成一个简单的神经网络,径向基函数在支持向量机中也被用做核函数。-Radial basis function depends only on the valu<张光> 在 2025-10-04 上传 | 大小:1.54mb | 下载:0