From ftm
Remymuller (talk | contribs) (→Latex Maths Example) |
Remymuller (talk | contribs) (→BibTex Example) |
||
Line 11: | Line 11: | ||
pdf = {} | pdf = {} | ||
} | } | ||
+ | |||
+ | @InProceedings{reference, | ||
+ | author = {author}, | ||
+ | title = {S0undb1ts, mise en oeuvre d'un dispositif de synthèse, traitement et spatialisation du son pour 576 sources indépendantes.}, | ||
+ | booktitle = {booktitle }, | ||
+ | pages = {}, | ||
+ | year = {2006}, | ||
+ | address = {adress}, | ||
+ | month = {}, | ||
+ | pdf = {} | ||
+ | } | ||
+ | |||
</bibtex> | </bibtex> | ||
Revision as of 19:03, 16 November 2006
Contents
BibTex Example
<bibtex> @InProceedings{reference,
author = {author}, title = {S0undb1ts, mise en oeuvre d'un dispositif de synthèse, traitement et spatialisation du son pour 576 sources indépendantes.}, booktitle = {booktitle }, pages = {}, year = {2006}, address = {adress}, month = {}, pdf = {}
}
@InProceedings{reference,
author = {author}, title = {S0undb1ts, mise en oeuvre d'un dispositif de synthèse, traitement et spatialisation du son pour 576 sources indépendantes.}, booktitle = {booktitle }, pages = {}, year = {2006}, address = {adress}, month = {}, pdf = {}
}
</bibtex>
Latex Maths Example
<math>\frac{1}{N_{fft}}\sum_{k=k_1}^{k_2}|X_k(n)|^2</math>
<math>t=2x+e^y</math>
Reference
Tutorials
- Mapping
- Gesture recognition
- Classification
Themes
- Hidden Markov Models
- Neural Networks
- Support Vector Machines
- State machines
Approaches
- Continuous interaction, mapping
- Symbolic interaction, decisions, rules
- Reactive interaction
- Agents
- dynamic systems
- Scenarios
SandBox
BibTex Example
<bibtex> @InProceedings{reference,
author = {author}, title = {S0undb1ts, mise en oeuvre d'un dispositif de synthèse, traitement et spatialisation du son pour 576 sources indépendantes.}, booktitle = {booktitle }, pages = {}, year = {2006}, address = {adress}, month = {}, pdf = {}
} </bibtex>