摘要:
语音识别之梅尔频谱倒数MFCC(Mel Frequency Cepstrum Coefficient) 原理 1. 梅尔频率倒谱系数:一定程度上模拟了人耳对语音的处理特点 2. 预加重:在语音信号中,高频部分的能量一般比较低,信号不利于处理,提高高频部分的能量能更好的处理 3. 分帧:在比较短的时间 阅读全文
摘要:
贝塞尔曲线绘图方法:```%Program 3.7 Freehand Draw Program Using Bezier Splines%Click in Matlab figure window to locate first point, and click% three more times ... 阅读全文
摘要:
如题:```function X = IsStrictDiagMatrix(A)% input: A matrix% output: The matrix after transformation % if the matrix is not a square matrix, return e... 阅读全文