Community Profile

photo

Rick Rosson


Last seen: 3 days ago Active since 2017

Followers: 0   Following: 0

Message

Software, modeling, and simulation engineer. Former Applications Engineer at MathWorks. Professional interests include: digital signal processing, statistical signal processing, control system design, dynamic system modeling and simulation, data analysis and visualization.

Statistics

All
  • First Submission
  • First Review
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Submitted


Speed of uifigure vs figure and uiaxes vs axes
Test scripts for comparing the speed of uifigure vs figure and uiaxes vs axes in all four permutations.

2 years ago | 2 downloads |

Thumbnail

Answered
How to find Trend of a Uni variate Time series?
Another option is to look at the data in the frequency domain to estimate the relative significance of seasonality at different ...

5 years ago | 1

Answered
How to find Trend of a Uni variate Time series?
Have you tried looking for patterns in the data by day of the week, hour of the day, month of the year, or whether the date is a...

5 years ago | 1

| accepted

Answered
Solving equations involving log
x = log ( 1 + U * (r^N - 1) ) / log(r);

5 years ago | 0

Answered
spatial FFT of a series of wave signals
k = -Nyq_k/2:dk:Nyq_k/2-dk; % wavenumber f = -Nyq_f/2:df:Nyq_f/2-df; % frequency fft2result = fftshift(fft2(table...

7 years ago | 1