Feeds
답변 있음
1D Interpolation of a signal - beginners question
y=signal(1,1).L1.Q; %this is an example signal x=signal(1,1).L1.Elapsed; xi=0:0.02:max(x); yi=interp1(x,y,xi,'spl...
1D Interpolation of a signal - beginners question
y=signal(1,1).L1.Q; %this is an example signal x=signal(1,1).L1.Elapsed; xi=0:0.02:max(x); yi=interp1(x,y,xi,'spl...
거의 14년 전 | 0
| 수락됨
질문
1D Interpolation of a signal - beginners question
Hello everyone, I have a beginners question about 1D interpolation of a signal. I have a system which is supposed to be sampl...
거의 14년 전 | 답변 수: 1 | 1
1
답변답변 있음
FFT Analysis of two signals
I want to compare the same signal before and after filtering. There is no other code to compare the signals yet. The signal w...
FFT Analysis of two signals
I want to compare the same signal before and after filtering. There is no other code to compare the signals yet. The signal w...
거의 14년 전 | 0
질문
FFT Analysis of two signals
Hello everyone, I have a beginners question about FFT analysis. I have two signals and I want to see the amplitudespectrum of...
거의 14년 전 | 답변 수: 2 | 0
2
답변답변 있음
Adding new fields to a structure using for loop
thank you that solved it. Kind regards
Adding new fields to a structure using for loop
thank you that solved it. Kind regards
14년 초과 전 | 0
질문
Adding new fields to a structure using for loop
Hello everyone, I have a beginners question on working with structures and for loops: I used the following loop to read csv fil...
14년 초과 전 | 답변 수: 2 | 0
2
답변질문
Calculating means ect from cell structure
Hello everyone, I have a beginners question on working with structures. I use a structure (called csvFiles in this example) w...
14년 초과 전 | 답변 수: 2 | 0
