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
genspecsines2.m
Go to the documentation of this file.
1
Y
= genspecsines([10.3, 20.6, 30.9], [-10, -13, -16], [0, 0, 0], 1024);
2
%
Y_sin
= genspecsines_sin([10.3, 20.6, 30.9], [-10, -13, -16],[0, 0, 0], 1024);
3
figure
;
4
subplot
(2,2,1)
5
plot
(
Y
);
6
subplot
(2,2,2)
7
plot
(
Y_sin
);
8
subplot
(2,2,3)
9
plot
(ifft(Y));
10
subplot
(2,2,4)
11
plot
(ifft(Y_sin));
plot
plot(ejex, abs(X3),'*')
subplot
subplot(2, 2, 1) plot(Y)
figure
figure
Definition:
genspecsines2.m:3
Y_sin
Y_sin
Definition:
genspecsines2.m:2
Y
Y
Definition:
genspecsines2.m:1
Generated on Mon Nov 18 2024 06:51:55 for FFmpeg by
1.8.11
Loading...