what is the detailed code/theory behind the cpsd function?
Mostrar comentarios más antiguos
what is the detailed code/theory behind the cpsd function? For example, two complex signals u(t) and v(t), other parameters are default, "twosized". How did cpsd work?
Respuestas (1)
Nitin Khola
el 4 de Nov. de 2015
0 votos
Hi Yang,
If you type, "edit cpsd" on your command window. The function "cpsd" will open in editor. As you will be able to see, it uses "welch" under the hood. Hence, it our implementation of "Welch's method" that the function, cpsd, uses. For other details about complex signal inputs, reading the comments in the "cpsd.m" file will be helpful!
Categorías
Más información sobre Spectral Measurements 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!