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
step3.m
Go to the documentation of this file.
1
function
step3
(
arg
)
2
3
x
=wavread(
arg
);
4
[
y
,
yh
,
ys
] = hpsmodel(
x
,44100,hamming(2025),4096,-25,200,0,400,5,.2,4)
5
wavwrite
(
ys
,44100,'ysbaby_voice_light.wav');
6
7
ys
output sine component ys
Definition:
code Kat/hpsmodel.m:22
step3
function step3(arg) x
x
Discrete Time axis x
Definition:
FFT of a Simple Sinusoid.m:10
wavwrite
wavwrite(y, Fs3,'__RealRhodesSounds_D4.wav')
arg
const char * arg
Definition:
libavcodec/jacosubdec.c:69
yh
initialize buffer for FFT yh
Definition:
code Kat/hpsmodel.m:21
y
function y
Definition:
D.m:1
Generated on Mon Nov 18 2024 06:52:01 for FFmpeg by
1.8.11
Loading...