I am trying to find the method of locating the gaussian peaks from the photon count data. x axis is the number of photons for each spot and y axis is the counted spots. I use…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
I am trying to find the method of locating the gaussian peaks from the photon count data. x axis is the number of photons for each spot and y axis is the counted spots. I use…
I am missing something with magnitude Squared Coherence and/or its algorithm. If two signals are compared without or with little noise I get unexpected results. As an example takin…
I have created an idfrd object using measured frequency response data (using Magnitude/Angle measurements). Now I want to incorporate this data into a continuous time SISO model, w…
I wanted to smooth a 3d line using the Savitzky-Golay filter, but for this example is seems to not work properly. Any ideas why, and how to fix it? % Savitzky–Golay filter …
I have a loop which reads out a sensor, once in a while the data is completely off, and gives a spike. I would like to remove those spikes. The data given moves from -180 to 180…
Hello, I am trying to plot a spectrogram using MATLAB at home but I am getting the following error: Undefined function 'spectrogram' for input arguments of type 'double'.…
Hello. I am trying to convert a 100*2 matrix to 2*100 matrix. I appreciate if you give me any idea. The reason is I need to find the pick of negative data at second column, and I…
I have a matrix of 4*8. I would like to find out the no of peaks in each row,with a condition that peak value-minimum value >1000.How should i do it.I have tried following code, …
I have a license with multiple toolboxes, some of which I never need. Can I configure a start script that does not automatically load all the toolboxes? …
In my attempt to generate a standard sine wave out of a sound card, i started using matlab which has a function soundsc for scaling the output t = 0:1/48000:10; y = sin(100…