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!