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_heavy.m
Go to the documentation of this file.
1
function
step3_heavy
(
arg
)
2
3
x
=wavread(
arg
);
4
[
y
,
yh
,
ys
] = hpsmodel(
x
,44100,hamming(2025),4096,-100,200,0,400,5,.2,4)
5
wavwrite
(
ys
,44100,'ysbaby_voice_heavy.wav');
ys
output sine component ys
Definition:
code Kat/hpsmodel.m:22
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
step3_heavy
function step3_heavy(arg) x
Generated on Mon Nov 18 2024 06:52:01 for FFmpeg by
1.8.11
Loading...