photo

common fernando


Last seen: mehr als 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
2 Antworten

RANG
68.580
of 300.381

REPUTATION
0

BEITRÄGE
9 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 20.941

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.477

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

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


white noise case in 3L dft
hello guys, maybe someone of you is able to help me...I tried to fix my problem with the solution above but it wasn`t possible. ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to solve repeated y-axis problem
the error in this fig y-axis

fast 5 Jahre vor | 0

Frage


how to solve repeated y-axis problem
function [t_est,f_est]=threeDFT(v,fs,tmax,N0) % v : volt as function of time % fs : sampling frequency (Hz) % ...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


gabor with no error can I plot( fr estimated with fi input )at t=1
clear all; close all; clc Fs=200; %sampling freq. dt =1/Fs; N=Fs/50 %number of samples/cycle m=3; %no. of cycles ...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


three level DFT need help in error
clear all; close all; clc fs=200; %sampling freq. dt =1/fs; N0=fs/3; %number of samples/cycle m=3; %no. of cycles...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in my code
clear all; close all; clc fs=200; %sampling freq. dt =1/fs; N0=fs/3; %number of samples/cycle m=3; %no. of cy...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


ERROR AGAIN IN threeDFT
Error using * Inner matrix dimensions must agree. Error in threeDFT (line 39) c(j)=x*Hc'; clear all; close all; cl...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


ERROR Subscript indices must either be real positive integers or logicals.
clear all; close all; clc fs=200; %sampling freq. dt =1/fs; N0=fs/50; %number of samples/cycle m=3; %no. of cyc...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error using + Matrix dimensions must agree.
by using white noise effect in the three level discrete F T: clear all; close all; clc fs=200; %sampling freq. dt =1/...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


differential evalution code Error using * Inner matrix dimensions must agree.
Error in @(x)sum((minus((x(1)),V)*sin(2.*pi.*x(2).*t+x(3)).^2))/n Error in noise_de (line 56) pop(i).Cost=CostFunc...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
"Subscript indices must either be real positive integers or logicals." again! See codes
hi guys I do the code for white noise of 3LDFT algorithm but give me error Subscript indices must either be real positive inte...

mehr als 5 Jahre vor | 0