Community Profile

photo

Enes Ozdogan


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Storing Wav files in an array
Sry im new to matlab been using it only for homworks So i was trying to divide a .wav file into 7 parts and store them in a a...

2 years ago | 0 answers | 0

0

answers

Question


How can i make this code block a function?
z=[]; for i=1:length(x) g=h.*x(i); z=[z;g]; end [r c]=size(z); k=r+c; t=2; y=[]; cd=0; while(t<=k) for i=...

2 years ago | 1 answer | 0

1

answer

Question


How do i code y[n]?
y[n] = x[n] + 0.4x[n-400] + 0.4x[n-800]

2 years ago | 1 answer | 0

1

answer