Answered
X,Y points of two intersecting lines
http://www.mathworks.com/matlabcentral/answers/70287

bijna 11 jaar ago | 0

Answered
How to choose Spectrogram parameter ?
Where you set it to zero, you should be using parentheses and not brackets. not really sure what you were plotting since that s...

bijna 11 jaar ago | 0

| accepted

Answered
Time axis in spectrogram for event relatd data
Here is some lines I've used to set up a spectrogram with more control on how it is created. You should be able to use tStart to...

bijna 11 jaar ago | 1

| accepted

Answered
Is it possible to use a section of a colormap?
you can define a colormap using the jet(n) function where n is the number of steps. Based on the min/max of the current window ...

bijna 11 jaar ago | 2

| accepted

Answered
What is the window needed for Triangular puls before FFT ?
oh ok, I missed the pulse aspect of this. a Fourier transform is not the way to go here. I would just do some basic logic to lo...

bijna 11 jaar ago | 0

Answered
What is the window needed for Triangular puls before FFT ?
a window function is not going to eliminate the other peaks. They are the actual result of the transform since your signal is n...

bijna 11 jaar ago | 0

Answered
getting the ID of the line which just has been clicked on
I don't use the IP toolbox but I assuming you would be able to use a "line" instead of imline since I don't think imline has cal...

bijna 11 jaar ago | 0

Question


Is using a try/catch around gui_mainfcn a bad idea?
I am working on a fairly large signal processing GUI created with GUIDE. The final product will be a compiled program and one t...

bijna 11 jaar ago | 2 answers | 3

2

answers

Question


fft(single) is giving inconsistent results
I have found that if I have an array of singles and I want to run it through fft so the transform is performed independently for...

ongeveer 11 jaar ago | 1 answer | 1

1

answer

Question


fft(single) is giving inconsistent results
I have found that if I have an array of singles and I want to run it through fft so the transform is performed independently for...

ongeveer 11 jaar ago | 0 answers | 0

0

answers

Question


Why does num2str of a single output up to 17 digits?
I've noticed the calling num2str using a single but asking for up to 20 digits produces a lot more digits than should be stored ...

ongeveer 12 jaar ago | 3 answers | 1

3

answers