Statistics
2 Questions
0 Answers
RANK
133,628
of 301,464
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,292
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,642
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to plot the spectrum of a signal which is an array of amplitudes and not a sin or cos wave ?
I have an array,which is my signal. The x axis is not time,just the actual order of the values.Basically sample points. How can...
7 years ago | 0 answers | 0
0
answersQuestion
Why fix(0.05/0.05) isn't working properly in coint counting algorithm ? If I enter let's say 3.76 it gives me the correct answer,but when I enter 3.75,it gives me 9 coins..
prompt = 'What is the amount? '; Money = input(prompt); Onepound = 1.0; Fiftycent = 0.50; Twentycent = 0.20; Tencent = 0.10...
7 years ago | 2 answers | 0
