![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10874729_1522137738338_DEF.jpg)
Babacar Dieng
Followers: 0 Following: 0
Feeds
提问
value of delta(w-w0) ?
Hi . Does anyone know what is the real value of pi.[ delta(w-50) + delta(w+50) ] ? (delta = dirac impulse) How do we get rid ...
3 years 前 | 1 个回答 | 0
1
个回答提问
what do you obtain when you do the f
y(t) = rect(t/pi)*cos(25t) what do you obtain ? How do you plot it not with Matlab ? what is FT Y(w)
3 years 前 | 1 个回答 | 0
1
个回答已回答
running Multiple Functions, in Parralel in Matlab for Arduino or Ardruino Itself ?
how do i transfer the matlab code to ardruino
running Multiple Functions, in Parralel in Matlab for Arduino or Ardruino Itself ?
how do i transfer the matlab code to ardruino
3 years 前 | 0
提问
Hi . what is the difference between numel() and length() of a given vector ?
what is the difference between numel() and length() of a given vector ?
3 years 前 | 1 个回答 | 1
1
个回答提问
running Multiple Functions, in Parralel in Matlab for Arduino or Ardruino Itself ?
I want to do the following and have them run in parralll if (condition A==True) { function_a() ; function_b() ; func...
3 years 前 | 2 个回答 | 0
2
个回答已回答
Error with audiowrite R2020b
audiowrite( 'down.wav', x, fs2, "BitsPerSample" , 8 );
Error with audiowrite R2020b
audiowrite( 'down.wav', x, fs2, "BitsPerSample" , 8 );
3 years 前 | 0
提问
Error with audiowrite R2020b
[y,Fs]=audioread(InFilename); %Downsample fprintf('\n The downsampled sound \n') x = y(1 :2 : length(y)); fs2 = Fs/2 ; % s...
3 years 前 | 1 个回答 | 0
1
个回答已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years 前
已回答
n = nume1(y); on the Matlab OnRamp dosen't work ?
thanks! i I misspelled the function
n = nume1(y); on the Matlab OnRamp dosen't work ?
thanks! i I misspelled the function
7 years 前 | 0
提问
n = nume1(y); on the Matlab OnRamp dosen't work ?
Task 1 ✔ fs=10 fs = 10 Task 2 ✔ t=[0:1/fs:20]; Task 3 ✔ y = sin(1.8*2*pi*t)+sin(2.1*2*pi*t) Task 4 ✔ ...
7 years 前 | 3 个回答 | 0