Sonia
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
217.768
of 295.467
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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; ...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 2 Jahre vor | 1 Antwort | 0