amuka anurag - MATLAB Central
photo

amuka anurag


Last seen: oltre 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB AnswersFrom 03/21 to 01/25Use left and right arrows to move selectionFrom 03/21Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
143.672
of 296.498

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
16.67%

VOTI RICEVUTI
0

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


implementing complex multiplication in simulink
how to build the complex mulitplication block with total 4 inputs(2 real,2 imaginary)

quasi 4 anni fa | 3 risposte | 0

3

risposte

Domanda


In fourier series, why there should be finite maxima and minima (dirichlet conditions)
why not infinte number of maxima and minima?

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


why cant we use fourier series for non periodic signals?
Any signal in this world can be represented in terms of sine and cosine ...right? why cant we use fourier series for non periodi...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


why is fft required? can you explain the evolution of Fourier series--> Fourier Transform--> DTFT---> DFT---> FFT.
I want to know the reasons behind every transistion. Why Fourier Transform is used when Fourier series can be used to represent ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


what is the difference in fft(x,1024) and fft(x,2048)?
x=fft(x,1024); x=fft(x,2048); x=fft(x); %what is the difference between all these if i have done zero padding and the length ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


i need to plot a sine wave of 1khz using sampling frequency. where am i going wrong? i need a correct representation of wave.
fs=10000;%sampling frequency ts=1/fs; t=0:ts:1-ts; f1=10; a=sin(2*pi*f1*t); plot(t,a);

quasi 4 anni fa | 0 risposte | 0

0

risposte
Go to top of page