The data(voltage and time) values are in an excel file. From that I wanted to plot PSD, Y-axis db/dbm. X-axis frequency.......how can I do in this in Matlab?
Concerning the first part of the question: it may be better to convert the excel file to the "csv" (comma separated value) file format (this can be done in excel), and then to read it with the matlab command "csvread".
The data(voltage and time) values are in an excel file. From that I wanted to plot PSD, Y-axis db/dbm. X-axis frequency.......how can I do in this without MATLAB.
I want to plot a Power Spectral Density graph for my signal..