find the dependence ratio
Mostrar comentarios más antiguos

hi, i have a graph above. Now i want to comment in this graph. For example, if the channels increase 4 times, the OSNR decrease 'x' times. What function should i use to find 'x'?
Respuesta aceptada
Más respuestas (1)
Salaheddin Hosseinzadeh
el 29 de Ag. de 2014
Hi Son,
I guess you want to compare between your signals to see how close the are! At least that what I understood from your unclear question.
To see this you need to use Xcorr I believe to see the correlation between your signals.
To find the corss correlation in MATLAB you can either use crosscorr function or xcorr
doc crosscorr
doc xcorr
type those above in MATLAB to see the matlab documentation about them, they are straightforward to use.
If this is not what you're looking for just let us know.
Good Luck.
3 comentarios
Salaheddin Hosseinzadeh
el 29 de Ag. de 2014
Then what is the problem?
Find the max or mean of one graph and compare it to the min or max of the other graph!
By comparing I mean either division or subtraction, depending on what's your scale? linear or logarithmic. Which yours is in dB.
son
el 29 de Ag. de 2014
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!