Liron Sabatani
Followers: 0 Following: 0
Feeds
질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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,...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 5년 전 | 답변 수: 2 | 0