yuxuan
Followers: 0 Following: 0
Feeds
提问
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.
9 months 前 | 1 个回答 | 0
1
个回答提问
Hann window with a 2 km full width of window
here is a window function: how to code this window funcion?
9 months 前 | 1 个回答 | 0
1
个回答提问
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? ...
9 months 前 | 2 个回答 | 0