photo

Onur Dikilitas


Last seen: plus de 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
1 Réponse

RANG
89 332
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Which versions of Xilinx Vivado are supported with which release of HDL Workflow Advisor?
I am going to use HDL Coder for FIL simulation. I would like to know which version of Xilinx Vivado is supported by HDL coder? I...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
FFT without inbuilt functions
NFFT = 2^nextpow2(L); % Next power of 2 from length of y for k=1:NFFT val1_fft(k) = 0; for n = 1:NFFT val1...

plus de 4 ans il y a | 0

| A accepté

Question


FFT without inbuilt functions
I am trying to find fft for ECG signal. I am using .mat files. Right now I did the easy part with using inbuilt fft but I need t...

plus de 4 ans il y a | 3 réponses | 0

3

réponses

Question


Invalid data type. First argument must be double, single, int8, uint8, int16, uint16, int32, uint32, or logical. Error
So I am trying to understand fast fourier transformation on matlab but when I use Y=fft(y) comand I take the invalid data type e...

plus de 4 ans il y a | 1 réponse | 0

1

réponse