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
Lab21b.m
Go to the documentation of this file.
1
x3
=[1 1 1 1 1 1 1 1 ];
2
X3
=
fft
(
x3
,8);
3
ejex
=linspace(0,1,8);
4
figure
(
'Name'
,
'X3'
);
5
subplot
(131);
6
plot
(
ejex
,abs(
X3
),
'*'
);
7
subplot
(132);
8
plot
(
ejex
,angle(
X3
),
'*'
);
9
10
11
12
subplot
subplot(131)
figure
figure('Name','X3')
plot
plot(ejex, abs(X3),'*')
ejex
ejex
Definition:
Lab21b.m:3
x3
x3
Definition:
Lab21b.m:1
X3
X3
Definition:
Lab21b.m:2
fft
fftbuffer, N fft()
Generated on Mon Nov 18 2024 06:51:56 for FFmpeg by
1.8.11
Loading...