翻译一下这段代码1: Initially select the random values of quality factor and oversampling rate (Qrand and qrand). 2: Evaluate Rmax using Eq. (10). 3: Decompose the signal using Qrand; qrand, and Rmax. 4: Evaluate gaðnÞ using inverse A-TQWT. 5: Evaluate the msE from Eq. (12) 6: while (minðmsEÞ) do 7: if (msE== min) then 8: Qopt and qopt 9: else 10: Iterate for different set of Q and q 11: end if 12: end while 13: Repeat steps 1–12 for each signal of HC and PD subjects. 14: Get Qopt and qopt for each signal. 15: Compute Rmax for each signal using Eq. (10). 16: Decompose all signals with A-TQWT using Qopt; qopt and Ropt. 17: Evaluate optimum number of decomposition level Ropt
时间: 2024-04-23 12:24:44 浏览: 168
DelayLoad_source.zip_Symbol_There And Now_loader
1. 首先,随机选择质量因子和过采样率的值(Qrand和qrand)。
2. 使用公式(10)计算出Rmax。
3. 使用Qrand,qrand和Rmax对信号进行分解。
4. 使用反向A-TQWT计算出gaðnÞ。
5. 使用公式(12)计算msE。
6. 当(min(msE))时执行以下步骤。
7. 如果(msE== min),则执行以下步骤。
8. 得到Qopt和qopt。
9. 否则,迭代不同的Q和q的集合。
10. 结束if语句。
11. 结束while循环。
12. 对HC和PD受试者的每个信号重复步骤1-12。
13. 获取每个信号的Qopt和qopt。
14. 使用公式(10)计算每个信号的Rmax。
15. 使用Qopt,qopt和Ropt对所有信号进行A-TQWT分解。
16. 使用公式(14)评估最佳分解级别Ropt。
阅读全文