Rank: 3588 based on 13 downloads (last 30 days) and 1 file submitted
photo

Bryant Svedin

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Bryant
Updated   File Tags Downloads
(last 30 days)
Comments Rating
12 May 2010 Screenshot findFFT findFFT returns fft amplitude and frequency vectors from input data Author: Bryant Svedin fft, zeropad, window, windowing, spectral leakage, signal processing 13 4
  • 5.0
5.0 | 1 rating
Comments and Ratings by Bryant View all
Updated File Comments Rating
20 Jun 2013 Multi progress bar A new "shiny" progress-bar with multiple bars in a single window, time-estimates and more. Author: Ben Tordoff

I love this, but I am having trouble with the cancel function. I can't get the 'ResetCancel' to work. Example

multiWaitbar( 'Task 1', 0, 'CanCancel', 'on' );
for ii=1:15
abort = multiWaitbar('Task 1', ii/15);
if abort
yesno = questdlg('Are you sure you want to cancel?', ...
'Cancel', ...
'Yes','No','No');
if strcmp(yesno,'Yes'), break;
else
pause( 1 )
multiWaitbar('Task 1', ii/15, 'ResetCancel');
end
else
pause( 1 )
end
end
multiWaitbar( 'Task 1', 'Close' );

It gives the following error when this code is run and no is selected after trying to cancel.

??? Error using ==> multiWaitbar>iParseInputs at 276
Additional properties must be supplied as property-value pairs

Error in ==> multiWaitbar at 145
[params,values] = iParseInputs( varargin{:} );

13 Oct 2010 findFFT findFFT returns fft amplitude and frequency vectors from input data Author: Bryant Svedin

Having never used simulink I can't say for certain how to do it. But after doing a little looking it looks like you should be able to just use the user defined function block and copy the code from findFFT into it.
Hope that helps

10 Sep 2010 findFFT findFFT returns fft amplitude and frequency vectors from input data Author: Bryant Svedin

Please comment. I would really appreciate suggestions (or praise if you wish).

27 Jul 2010 getframe_nosteal_focus Does what getframe does, except it does not put the plotting window in focus. Author: Erik

sorry. Forget about my last comment. The reason it needed to be rotated is because I had this line of code.

set(figure1, 'PaperOrientation', 'landscape','PaperPositionMode','auto');

The paper orientation made it so I needed that rotation.

Thanks for the great submission.

26 Jul 2010 Multi progress bar A new "shiny" progress-bar with multiple bars in a single window, time-estimates and more. Author: Ben Tordoff

Works Perfect. Thank you

Comments and Ratings on Bryant's Files View all
Updated File Comment by Comments Rating
13 Mar 2013 findFFT findFFT returns fft amplitude and frequency vectors from input data Author: Bryant Svedin Richardson, Scott

Wow, awesome program! Thank you much, Bryant.

13 Oct 2010 findFFT findFFT returns fft amplitude and frequency vectors from input data Author: Bryant Svedin Svedin, Bryant

Having never used simulink I can't say for certain how to do it. But after doing a little looking it looks like you should be able to just use the user defined function block and copy the code from findFFT into it.
Hope that helps

12 Oct 2010 findFFT findFFT returns fft amplitude and frequency vectors from input data Author: Bryant Svedin mmnr00

hye there, just want to ask how can I implement this code to display the spectrum of a signal in SIMULINK?

Thanks in advance for your reply

10 Sep 2010 findFFT findFFT returns fft amplitude and frequency vectors from input data Author: Bryant Svedin Svedin, Bryant

Please comment. I would really appreciate suggestions (or praise if you wish).

Top Tags Applied by Bryant
fft, signal processing, spectral leakage, window, windowing
Files Tagged by Bryant
Updated   File Tags Downloads
(last 30 days)
Comments Rating
12 May 2010 Screenshot findFFT findFFT returns fft amplitude and frequency vectors from input data Author: Bryant Svedin fft, zeropad, window, windowing, spectral leakage, signal processing 13 4
  • 5.0
5.0 | 1 rating

Contact us