Liron Sabatani
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
202,367
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
recursive fft function- return if function
Hi:) I wrote an recursive fft function and I used "if" function for the stop condition. The start of the vector I got is goo...
3 years ago | 1 answer | 0
1
answerQuestion
circular convolution without cconv
I have 2 vecrors of periodic coeffecients a_k , b_k. both of them size 2001 , start from 1 to 2001. I need to make circular con...
4 years ago | 0 answers | 0
0
answersQuestion
insert zeros into vector
I have an array of coeffecients [a1,a2,a3,...,an] and I want to insert 4 zeros between each one. the wanted result: [a1,0,0,0,...
4 years ago | 1 answer | 0
1
answerQuestion
How to replace For loops?
I wrote an code with a lots of For loops. I want to replace them and to use functions instead. wich functions do the same acti...
4 years ago | 2 answers | 0