photo

dieter alfred


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to Extend a Matrix Periodicly?
Hello, I want to extend a Matrix Periodicly. I mean this: a = [1,2,3,4]; period = 4; and this has to be the result: a = [1,2...

4 years ago | 1 answer | 0

1

answer

Question


Why doesnt the Fourier Transformation Work
Hello, I programmed a Fourier Transformator. Currently I generate a sine wave and Transform it. Later I want to use Sound. But I...

4 years ago | 0 answers | 0

0

answers

Question


Why isnt it drawing the Rectangle?
Hello, I wrote a Script with Drawing Functions for use in later Projects. But I have a problem. If I call the function drawrecta...

4 years ago | 1 answer | 0

1

answer

Question


How to read Audio File into Vector?
Hello, I have to read a Audio File (.wav) into a vector. I know how to plot it: info = audioinfo('sound.wav'); [y, Fs] = audi...

4 years ago | 3 answers | 0

3

answers