|
I need to find the frequency of a sample, stored (in vb) as an array of byte. Sample is a sine wave, known frequency, so I can check), but the numbers are a bit odd, and my maths-foo is weak. Full range of values 0-255. 99% of numbers are in range 235...
Started by WaveyDavey on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Use the Fourier transform, it's much more noise insensitive than counting zero crossings
Edit: @WaveyDavey
I found an F# library to do an FFT: From here
As it turns out, the best free implementation that I've found for F# users so far is still the fantastic... .
|
|
Im going to do a course on program analyis (dataflow analysis, abstract interpretation etc).
What mathematics textbook will cover all the prerequisite math for this topic?
Started by Pranav on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As a disclaimer, my interest in this area is focused on analysis of hard for generating dominator graphs....
Program analysis covers a pretty broad spectrum of ideas, some of which are very mathematical, some covers this field thoroughly.
|
|
Since Graduating from a very small school in 2006 with a badly shaped & outdated program (I'm a foreigner & didn't know any better school at the time) I've come to realize that I missed a lot of basic concepts from a mathematical & software perspective...
Started by Jose B. on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
Big O notation in general algorithm analysis, and in relation, mathematical induction ....
A good read.
Math for Programmers.
"Proof by induction" is a core mathematical concept for programmers to know.
For a lot of other fields.
|
Ask your Facebook Friends
|
Spelt the title wrong should be in-depth... meh
Edit: This thread is for the logical and mathematical approach to Elo hell, if you're more interested in player insight, please visit I make you MIA 's thread here: http://na.leagueoflegends.com/board/showthread...
Answer Snippets (Read the full thread at leagueoflegends):
Oh and Im not high....
Judge as you wish.
I do not know what any of that means but there are a lot of things i dont understand so I am going to agree .
|
|
I would like to allow the user to enter any equation, like the following, into a text box:
x = x / 2 * 0.07914 x = x^2 / 5
And have that equation applied to telemetry data that is coming from a device connected via a serial port. The incoming data points...
Started by raven on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
If analysis and want to change the value of one input at a time, you can recalculate the results.
|
|
لوسمحتم ممكن أحدكم يتحصلي على هذه الورقة العلمية بعنوان
1.
100%
Mathematical model for the analysis of wind-turbine wakes
LIU, M.-K.;YOCKE, M.A.;MYERS, T.C. (Systems Applications, Inc., San Rafael, CA)
Journal of Energy 1983
0146-0412 vol.7 no.1 (73-7...
Started by ويلو 2007 on
, 10 posts
by 9 people.
Answer Snippets (Read the full thread at tkne):
إسم الملف : AIAA-48065-970.pdf
نوع الملف: pdf
حجم الملف : 746.8 كيلوبايت
المشاهدات... .
لقد أرفقت لك البحث المطلوب
و أسألك الدعاء الملفات المرفقة تحذير : يتوجب عليك فحص الملفات للتأكد من خلوها من الفيروسات والمنتدى غير مسؤول عن أي ضرر ينتج عن إستخدام هذا المرفق .
|
|
Tl;dr in advance
I recently graduated with a MSc in Mathematical Modelling & Scientific Computing. This was a course that was designed with the intention of teaching students from a technical background (I'm originally a chemical engineer) the IT skills...
Started by Brussels Sprout on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at boards):
Read....
Geometry, trigonometry, non-linear analysis, population dynamics, cellular automata most on options trading, and Qaunts: Quantative Analysis - It's complete nonsense - but that's what they're paying algorithms.
|
|
I've been thinking about this question for a while, and I can find evidence for each, I really haven't come to a conclusion. My question is, is music mathematical, following the logical procession between notes; or abstract, being able to materialize ...
Started by Sweeney_Todd on
, 23 posts
by 12 people.
Answer Snippets (Read the full thread at xkcd):
Spoiler: Mathematical analysis and computer in their seemingly magical complexity can be described by the interaction of mathematical processes and articulation) passes beyond....
Or logical, emotional or just calculations, it's both.
|
|
The Following 9 Users Say Thank You to Hidden_Trigger For This Useful Post: Adiva Afafa (1 Day Ago), amnarani (2 Days Ago), innocent girl 12 (1 Day Ago), Mamin Mirza (1 Day Ago), pari girl (1 Day Ago), saimaa (1 Day Ago), sweet_lily (1 Day Ago), Zunair...
Answer Snippets (Read the full thread at friendskorner):
Samajhe gaya
Post added at 03:11 PM PreviousRe: A mathematical formula....
Trigger Hain kion ji kya howa,kya mera kya howa mathematical analysis aap ko samajh nehi aya howa mathematical analysis aap ko samajh nehi aya....
|
|
I'm a self taught programmer with almost non CS background. I'm currently learning about parsing techniques/algorithms/tools, and have a desire to build programs to analyze Java code.
What kind of mathematical/theoretical CS do you have to know or take...
Started by Camilo Díaz on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know of any good book that is primarily about program analysis analysis , by Flemming ....
There's a Java grammar that you can use right out of the gate, leaving you to write the analysis code at abstract interpretation.
|