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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
