photo

yuxuan


Last seen: meer dan een jaar ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
236.214
of 300.352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20.928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.212

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

  • Thankful Level 1

View badges

Feeds

View by

Question


how to make the contour line more curvy
The contour line is straight, how to make it more curvy? I have uploaded the image i and raw data.

meer dan een jaar ago | 1 answer | 0

1

answer

Question


Hann window with a 2 km full width of window
here is a window function: how to code this window funcion?

meer dan een jaar ago | 1 answer | 0

1

answer

Question


how to use the hanning window to smooth the photon signal
windowLength = 91; hannWindow = hann(windowLength); smooth_data = conv2(data, hannWindow, 'same'); is the code correct? ...

meer dan een jaar ago | 2 answers | 0

2

answers