photo

Sonia


Last seen: 3 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


Arrays have incompatible sizes for this operation. Error in CDproydosverdos (line 28) Rx_sample = bsxfun(@times, x(t + lags), x(t)); Related documentation
% Define parameters fc = 0.002; % Sinusoidal signal frequency (Hz) T = 1000; % Duration of the signal (seconds) N0 = 2; ...

8 mois il y a | 1 réponse | 0

1

réponse

Question


Expected a string scalar or character vector for the parameter name
% Set parameters f_c = 0.002; % Hz, sinusoidal signal frequency theta_range = [-pi, pi]; % radians, phase range T = 100...

8 mois il y a | 1 réponse | 0

1

réponse

Question


rotated plot gone wrong
I have the following code in matlab and the image "Figure 2" is plot 3 of the code but it should not come out like this. Please ...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


I have the following code in Matlab, the problem is that it does not graph anything, nothing comes out of plot *does not show any error in the console
fc1=0.33; fc2=0.83; f=[fc1,fc2]; h=fir1(64,f,'stop'); [samplerate.data]=audioread("Domini_Fil.wav"); plot(data) fi...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


The cutoff frequencies must be within the interval of (0,1).
I have the following code with the error that I do not understand Error using butter>butterImpl (line 85) The cutoff frequenci...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


How a bandpass filter (BP) can be made
How a bandpass filter (BP) can be made, with cutoff frequencies of 500 Hz and 1 kHz, to process an audio signal sampled at 8 ksp...

plus d'un an il y a | 1 réponse | 0

1

réponse