Feeds
提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 0 个回答 | 0
0
个回答提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 2 个回答 | 0

