photo

ROBIN SINGH SOM


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
4 Answers

RANK
19,791
of 300,584

REPUTATION
2

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

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

  • First Answer

View badges

Feeds

View by

Answered
FFT without inbuilt functions
% 7sep2021 % fft operation without using inbuilt function clc clear q = 10000; % generating sin signale with 10000 samples ...

4 years ago | 0

Answered
How to write fast fourier transform function without using fft function ?
% 7sep2021 % fft operation without using inbuilt function clc clear % generating a random signale with 10000 samples x = r...

4 years ago | 0

Answered
FFT without inbuilt functions
% 1sep2021 % fft operation without using inbuilt function % only capable to compute fft upto N = 128 but it can be easily expe...

4 years ago | 0

Answered
How to write fast fourier transform function without using fft function ?
% sep2021 % fft operation without using inbuilt function % only capable to compute fft upto N = 128 but it can be easily expen...

4 years ago | 0