photo

Onur Dikilitas


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
195,369
of 299,221

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,665

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,778

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

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...

3 years ago | 2 answers | 0

2

answers

Answered
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...

4 years ago | 0

| accepted

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...

4 years ago | 3 answers | 0

3

answers

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...

4 years ago | 1 answer | 0

1

answer