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
Lab2 1d.m
Go to the documentation of this file.
1
x4
=[2 1 0 0 0 0 0 1 ];
2
X4
=
fft
(
x4
,8);
3
ejex
=linspace(0,1,8);
4
plot
(
ejex
,abs(
X4
),
'*'
);
ejex
ejex
Definition:
Lab2 1d.m:3
fft
fftbuffer, N fft()
plot
plot(ejex, abs(X4),'*')
x4
x4
Definition:
Lab2 1d.m:1
X4
X4
Definition:
Lab2 1d.m:2
Generated on Mon Nov 18 2024 06:51:56 for FFmpeg by
1.8.11
Loading...