Community Profile

photo

Sonia


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

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; ...

4 months ago | 1 answer | 0

1

answer

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...

4 months ago | 1 answer | 0

1

answer

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 ...

1 year ago | 2 answers | 0

2

answers

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...

1 year ago | 2 answers | 0

2

answers

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...

1 year ago | 2 answers | 0

2

answers

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...

1 year ago | 1 answer | 0

1

answer