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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 2 | 0