forked from Fellypao/scidavis-handbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sec-convolute.html
51 lines (51 loc) · 2.62 KB
/
sec-convolute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Convolution of functions</title>
<link rel="stylesheet" type="text/css" href="scidavis.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<meta name="keywords" content="Qt, SciDAVis, Data, Analysis, Plotting">
<link rel="home" href="index.html" title="The SciDAVis Handbook">
<link rel="up" href="analysis.html" title="Chapter 3. Analysis of data and curves">
<link rel="prev" href="sec-correlate.html" title="Correlation and autocorrelation">
<link rel="next" href="sec-deconvolute.html" title="Deconvolution">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">Convolution of functions</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="sec-correlate.html">Prev</a> </td>
<th width="60%" align="center">Chapter 3. Analysis of data and curves</th>
<td width="20%" align="right"> <a accesskey="n" href="sec-deconvolute.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="sec-convolute"></a>Convolution of functions</h2></div></div></div>
<a class="indexterm" name="idp1395887452"></a><p>This function can be accessed by the <a class="link" href="sec-analysis-menu.html#convolute-cmd"><span class="command"><strong>Convolute</strong></span> command</a> of the <a class="link" href="sec-analysis-menu.html#sec-analysis-tables-menu" title="Commands for the analysis of data in tables">Analysis-tables menu</a> when a table is selected. The convolution of two functions <span class="emphasis"><em>f<sub>1</sub>(x)</em></span> and <span class="emphasis"><em>f<sub>2</sub>(x)</em></span> is the function defined by:</p>
<p><span class="emphasis"><em>f<sub>1</sub>(x)</em></span> is the signal and <span class="emphasis"><em>f<sub>2</sub>(x)</em></span> is the transfer function.</p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="sec-correlate.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="analysis.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="sec-deconvolute.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Correlation and autocorrelation </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> Deconvolution</td>
</tr>
</table>
</div>
</body>
</html>