Sonia
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
217,771
of 295,527
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
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; ...
12 months ago | 1 answer | 0
1
answerQuestion
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...
12 months ago | 1 answer | 0
1
answerQuestion
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 ...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 0