Community Profile

photo

Christoph Bauer


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
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...

12 years ago | 0

| accepted

Question


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...

12 years ago | 1 answer | 1

1

answer

Answered
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...

12 years ago | 0

Question


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...

12 years ago | 2 answers | 0

2

answers

Answered
Calculating means ect from cell structure
thank you very much

12 years ago | 0

Answered
Adding new fields to a structure using for loop
thank you that solved it. Kind regards

12 years ago | 0

Question


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...

12 years ago | 2 answers | 0

2

answers

Question


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...

12 years ago | 2 answers | 0

2

answers