@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

psr: a skos:ConceptScheme .
psr:-MWBTPGLM-B
  skos:prefLabel "piecewise function"@en, "fonction affine par morceaux"@fr ;
  a skos:Concept ;
  skos:narrower psr:-PB60HPMV-1 .

psr:-PB60HPMV-1
  dc:modified "2024-10-18"^^xsd:date ;
  skos:broader psr:-MWBTPGLM-B ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Triangular_function>, <https://fr.wikipedia.org/wiki/Fonction_triangulaire> ;
  skos:definition """Une fonction triangulaire (ou fonction triangle, fonction chapeau ou fonction tente) est une fonction dont la représentation graphique est un triangle. Souvent, c'est un triangle isocèle de hauteur 1 et de base 2 et dans ce cas, on s'y réfère comme la fonction triangulaire. Les fonctions triangulaires sont utiles en traitement du signal et en génie des systèmes de communication comme représentations idéalisées des signaux, et particulièrement la fonction triangulaire comme un opérateur intégral de noyau à partir de laquelle des signaux plus réalistes peuvent être dérivés, par exemple dans l'estimation de densités de noyaux. Elle a également des applications en modulation d'impulsion codée sous la forme d'une impulsion pour la transmission de signaux logiques et en tant que filtre adapté pour recevoir les signaux. Elle est également utilisé pour définir la fenêtre triangulaire parfois appelée la fenêtre de Bartlett. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Fonction_triangulaire">https://fr.wikipedia.org/wiki/Fonction_triangulaire</a>)"""@fr, """A triangular function (also known as a triangle function, hat function, or tent function) is a function whose graph takes the shape of a triangle. Often this is an isosceles triangle of height 1 and base 2 in which case it is referred to as the triangular function. Triangular functions are useful in signal processing and communication systems engineering as representations of idealized signals, and the triangular function specifically as an integral transform kernel function from which more realistic signals can be derived, for example in kernel density estimation. It also has applications in pulse-code modulation as a pulse shape for transmitting digital signals and as a matched filter for receiving the signals. It is also used to define the triangular window sometimes called the Bartlett window. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Triangular_function">https://en.wikipedia.org/wiki/Triangular_function</a>)"""@en ;
  skos:altLabel "hat function"@en, "fonction chapeau"@fr, "triangle function"@en, "fonction triangle"@fr ;
  skos:prefLabel "triangular function"@en, "fonction triangulaire"@fr ;
  skos:inScheme psr: ;
  a skos:Concept .

