arina octave
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
144,995
of 296,519
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,382
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,609
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
Diplay wav files in listbox GUI
Hi, I need to make a listbox GUI that displays every wav files that I have in a folder. What I want is I just simply put the cur...
8 years ago | 1 answer | 0
1
answerQuestion
How to filter a signal that have the same frequency with the noise?
Hi, I add a 8kHz audio wav signal with a 8kHz noise wav signal. Is it possible for me to filter the output by using low-pass, ...
9 years ago | 1 answer | 0
1
answerQuestion
How to Add Two Sign Magnitude Numbers?
Hi all, anyone have the idea of how to add two sign magnitude numbers? Well, I think about binary adder but I just get confuse...
9 years ago | 1 answer | 0
1
answerQuestion
How to take the maximum value of an array?
Hi, I have this array a = [1:20]. How do I take the maximum value of every 5 elements of it. So I will have b = [5 10 15 20]. A...
10 years ago | 2 answers | 0
2
answersQuestion
How to repeat an array?
Hi, I have an array a = [1 2 3] and I want to repeat it twice so I'll have b = [1 2 3 1 2 3]. I try this code, and of course it...
10 years ago | 1 answer | 0
1
answerQuestion
How can I create a train chirp pulse?
hi, i am trying to create a train of chirp pulse. i use the chirp and train function but i have no idea how to make it right. h...
10 years ago | 1 answer | 0