photo

Rick Rosson


Last seen: 5 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
MATLAB Answers

0 Questions
4 Answers

File Exchange

1 File

RANK
5,165
of 300,592

REPUTATION
10

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
17,733 of 21,027

REPUTATION
3

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
36

RANK

of 169,752

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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.

4 years ago | 1 download |

0.0 / 5
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 ...

7 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...

7 years ago | 1

| accepted

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

7 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...

8 years ago | 1