How to get standardized values from the given array of of normalized values?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a few PSD (Power Spectral Density) values exported from an excel sheet and all of them are normalized values. How to get standardized values from them.
0 件のコメント
採用された回答
Varun Garg
2018 年 6 月 5 日
I couldn't find any direct function for this. I suggest the following workaround: Convert your normalized values to actual values using MATLAB function
normalized2actual
Once you have the actual data, you can have the zscore(standardized values) using
zscore
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Parametric Spectral Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!