代码搜索:pha
找到约 824 项符合「pha」的源代码
代码结果 824
www.eeworm.com/read/457708/1595072
m ex072800.m
% 第七章 例 7.28
% 用PM算法进行的希尔伯特变换器设计
%
f = [0.05,0.95]; m = [1 1]; M = 51; N = M-1;
h = remez(N,f,m,'hilbert');
[db,mag,pha,grd,w] = freqz_m(h,[1]);
figure(1); subplot(1,1,1)
subplot(2,1,1); stem(
www.eeworm.com/read/223648/4809157
m ex9_3.m
close all;clear all; clc;
code=[1,1,1,0,0,1,0];
tao=0.5e-6;
fc=10e6;
fs=100e6;
t_tao=0:1/fs:tao-1/fs;
N=length(code);
pha=0;
t=0:1/fs:7*tao-1/fs;
s=zeros(1,length(t));
for i=1:N
www.eeworm.com/read/218636/4856123
m ex9_3.m
close all;clear all; clc;
code=[1,1,1,0,0,1,0];
tao=0.5e-6;
fc=10e6;
fs=100e6;
t_tao=0:1/fs:tao-1/fs;
N=length(code);
pha=0;
t=0:1/fs:7*tao-1/fs;
s=zeros(1,length(t));
for i=1:N
www.eeworm.com/read/214617/4908030
m firdesign.m
wp=(22/59)*pi;wr=(26/59)*pi;
tr_width=wr-wp;
N=ceil(10*pi/tr_width);
n=0:1:N-1;
wc=(wr+wp)/2;
hd=ideal_lp(wc,N);
w_ham=(hamming(N))';
h=hd.*w_ham;
[db,mag,pha,w]=freqz_m(h,[1]);
delta_w=2*pi/
www.eeworm.com/read/341597/3248071
m ex072800.m
% 第七章 例 7.28
% 用PM算法进行的希尔伯特变换器设计
%
f = [0.05,0.95]; m = [1 1]; M = 51; N = M-1;
h = remez(N,f,m,'hilbert');
[db,mag,pha,grd,w] = freqz_m(h,[1]);
figure(1); subplot(1,1,1)
subplot(2,1,1); stem(
www.eeworm.com/read/318780/3562905
m ex9_3.m
close all;clear all; clc;
code=[1,1,1,0,0,1,0];
tao=0.5e-6;
fc=10e6;
fs=100e6;
t_tao=0:1/fs:tao-1/fs;
N=length(code);
pha=0;
t=0:1/fs:7*tao-1/fs;
s=zeros(1,length(t));
for i=1:N
www.eeworm.com/read/315380/3621612
m ex9_3.m
close all;clear all; clc;
code=[1,1,1,0,0,1,0];
tao=0.5e-6;
fc=10e6;
fs=100e6;
t_tao=0:1/fs:tao-1/fs;
N=length(code);
pha=0;
t=0:1/fs:7*tao-1/fs;
s=zeros(1,length(t));
for i=1:N