Sign in
Register
Home
Projects
Help
Search
:
Paris Hackday Code
Overview
Members
Activity
Repository
Code docs
FFmpeg
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
extra
D.m
Go to the documentation of this file.
1
function
y
=
D
(
x
,
N
)
2
% Calculate rectangular
window
transform (Dirichlet kernel)
3
y
= sin(
N
*
x
/2)./sin(
x
/2);
4
y
(find(
y
~=
y
))=
N
; %
avoid
NaN
if
x
==0
5
end
end
end end
Definition:
extra/f0detection.m:15
D
D(D(float, sse)
Definition:
swresample_x86.c:146
N
#define N
Definition:
vf_pp7.c:200
x
Discrete Time axis x
Definition:
FFT of a Simple Sinusoid.m:10
window
overlapping window(triangular window to avoid too much overlapping) ovidx
avoid
the buffer and buffer reference mechanism is intended to avoid
Definition:
filter_design.txt:45
y
function y
Definition:
D.m:1
Generated on Mon Nov 18 2024 06:51:53 for FFmpeg by
1.8.11
Loading...