Français
Français Français (FR)
English English (EN)

Sommaire

Projets

mdisd : une librairie C++/Python pour l'interpolation multi-dimensionnelle de données.

Lors de mon cours "Advanced Programming for Scientific Computing" à Politecnico di Milano, j'ai développé la librairie mdisd en C++. Cette librairie vise à interpoller des fonctions à plusieurs variables à partir de jeux de données dispersées. La librairie utilise des méthodes telles que les "Radial Basis Functions" et les "Ordinary Least Squares" pour ces interpolations. J'ai également créé des bindings permettant d'utiliser cette librairie efficacement dans des projets Python.

En savoir plus

Design d'un NAS sous Fusion 360.

Ce projet consiste en la conception d'un NAS personnalisé, intégrant des emplacements pour une alimentation, un Raspberry Pi avec système de ventilation, des SSD et des HDD. Des protections anti-vibrations pour les disques durs ont été modélisées, ainsi que des caches pour le câblage et une finition en plexiglas pensée.

En savoir plus

Le site nils-malmberg.fr

Je développe ici la chronologie de ce site dont l'histoire débute lors de ma première année d'école d'ingénieur à Grenoble. On compte trois versions majeures de ce site pour le moment.

En savoir plus

Projet Braket : logiciel de calculs quantiques.

Le Projet Braket a été réalisé lors de ma première année à Grenoble INP - Phelma. En collaboration avec trois camarades, nous avons développé un logiciel en C et C++ utilisant la bibliothèque graphique FLTK. Braket offre une interface graphique ergonomique permettant de simuler les probabilités associées aux composants d'un état quantique après diverses transformations par des portes quantiques. Ce logiciel vise à rendre ces concepts accessibles et compréhensibles via une interface intuitive.

En savoir plus

TIPE : Modélisation d'un système d'exploitation des énergies houlomotrices (Searev).

Pendant mes deux années de classe préparatoire aux grandes écoles, j'ai travaillé sur un projet appelé TIPE (Travail d'Initiative Personnelle Encadré). Dans le cadre du thème "Enjeux Sociétaux", j'ai choisi de modéliser numériquement le Searev, un dispositif innovant pour convertir l'énergie de la houle en électricité à l'aide d'une bouée et d'une masse pendulaire. Mon objectif était d'étudier l'efficacité de ce système et de réaliser un prototype.

En savoir plus

Contents

Projects

mdisd: a C++/Python library for multi-dimensional interpolation of scattered data.

During my course "Advanced Programming for Scientific Computing" at Politecnico di Milano, I developed the mdisd library in C++. This library aims to interpolate functions with several variables from scattered data sets. The library uses methods such as "Radial Basis Functions" and "Ordinary Least Squares" for these interpolations. I also created bindings allowing you to use this library effectively in Python projects.

Learn more

Design of a NAS under Fusion 360.

This project involves designing a custom NAS, incorporating slots for a power supply, a Raspberry Pi with ventilation supports, SSDs, and HDDs. Anti-vibration bumpers for the hard drives were modeled, along with cable management covers and a plexiglass finish.

Learn more

nils-malmberg.fr website.

I am developing here the chronology of this site, the history of which began during my first year at engineering school in Grenoble. There have been three major versions of this site so far.

Learn more

Braket project: quantum calculation software.

The Braket Project was carried out during my first year at Grenoble INP - Phelma. In collaboration with three classmates, we developed software in C and C++ using the FLTK graphics library. Braket offers an ergonomic graphical interface allowing you to simulate the probabilities associated with the components of a quantum state after various transformations by quantum gates. This software aims to make these concepts accessible and understandable via an intuitive interface.

Learn more

TIPE: Modeling of a wave energy exploitation system (Searev).

During my two-year university intensive course, I worked on a project called TIPE (Supervised Personal Initiative Work). As part of the "Societal Issues" theme, I chose to numerically model the Searev, an innovative device for converting wave energy into electricity using a buoy and a pendulum mass. My goal was to study the effectiveness of this system and create a prototype.

Learn more