photo

Sonia


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
271 432
of 300 392

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

nästan 2 år 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...

nästan 2 år 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 ...

nästan 3 år 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...

nästan 3 år 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...

nästan 3 år 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...

nästan 3 år ago | 1 answer | 0

1

answer