photo

Kennard Ng


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
233.990
of 300.365

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to calculate Fourier coefficients for a simple signal as an exponential series?
How to calculate Fourier coefficients for a simple signal as an exponential series?

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to write a cross signal function and apply it to the signals?
xDataA = linspace(0,4*pi,1024); % create signal yDataA = cos(xDataA); % array A xDataB = linspace(0,4*pi,1024); % create signa...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I form a product of two arrays and add the numerical value of the integral in the plot?
xDataA = linspace(0,4*pi,1024); yDataA = cos(xDataA); xDataB = linspace(0,4*pi,1024); yDataB = cos(xDataB); I have two a...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to fill a 1024 point array with two cycles of a cosine wave?
How to fill a 1024 point array with two cycles of a cosine wave?

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to remove data on left hand region of the image?
[x, y, frequency] = textread('SRAS_opt.txt','%f %f %f'); A2 = reshape(x,[200,200]); B2 = reshape(y,[200,200]); Vb = 24*10^-6*...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort