说明:neural network is the kind of general method which has the similarity ofthe way of the thinking of the human brain.Neural network control is a import...
说明:若非奇异矩阵A能够分解为一个正交矩阵Q与非奇异上三角矩阵R的乘积,即: A=QR。则称其为A的QR分解。 实现QR分解的方法有很多种,包括Givens变换法,Householder变换法,Schemit正交化法。具体原理可以参考《矩阵论》(程云鹏,西工大出版)教材,这里仅给出三种实现QR分解的程序。
说明:编写一Matlab函数,用30ms三角窗和15ms帧移计算语音信号的STFT。并用OLA法重建原始信号。设计一种基于OLA的综合方法,以通过重复每帧对语音信号以因子2进行时域扩展。(Write a Matlab function, STFT and 30ms triangular window an...
说明:一个lle的matlab代码,完成我自己硕士论文时所编写