How to get standardized values from the given array of of normalized values?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
akhila k
el 5 de Jun. de 2018
Respondida: Varun Garg
el 5 de Jun. de 2018
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 comentarios
Respuesta aceptada
Varun Garg
el 5 de Jun. de 2018
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Parametric Spectral Estimation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!