% 第三章: 例 3.11:
%
n = -5:10; x = rand(1,length(n));
k = -100:100; w = (pi/100)*k; % -pi和+pi之间的频率
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% 折叠特性
y = fliplr(x); m = -fliplr(n);
% 第三章: 例 3.10:
%
n = -5:10; x = rand(1,length(n)) + j*rand(1,length(n));
k = -100:100; w = (pi/100)*k; % -pi 和 +pi 之间的频率
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% 共轭特性
y = conj(x
// eCos memory layout - Sun Jan 14 22:42:04 2001
// This is a generated file - do not edit
#include
MEMORY
{
vecs : ORIGIN = 0, LENGTH = 0x1000
rom : ORIGIN = 0x400
// eCos memory layout - Tue Sep 05 18:46:49 2000
// This is a generated file - do not edit
#include
MEMORY
{
ram : ORIGIN = 0xA0000000, LENGTH = 0x4000000
rom : O