代码搜索:信号解调系统

找到约 10,000 项符合「信号解调系统」的源代码

代码结果 10,000
www.eeworm.com/read/193048/8256044

m ex10_17.m

% ex10_17 % 获得系统中输入的阶跃信号幅值数据 open_system('ex10_3'); SP=get_param('ex10_3/Step','After')
www.eeworm.com/read/462427/7201795

m 3(1)正交解调.m

t=0:0.001:1; x1=sin(2*pi*5*t); subplot(2,5,1); plot(t,x1); x2=sin(2*pi*8*t); subplot(2,5,2); plot(t,x2); x=x1+x2; subplot(2,5,3);%信号图 plot(t,x); xl=fft(x); subplot(2,5,4);%信号频谱 plot(abs(x
www.eeworm.com/read/449592/7499611

m 64qam解调.m

function softbit=QAM64Demod(symbol) % 64QAM解调 % bin=sequence of 0/1bit % 64QAM: s5 s4 s3 s2 s1 s0 m1 mQ % 0 0 0 0 0 0 3A 3A % 0 0
www.eeworm.com/read/449592/7499613

m 16qam解调.m

function softbit=QAM16Demod(symbol) % 16QAM解调 % 16QAM: s3 s2 s1 s0 m1 mQ % 0 0 0 0 3A 3A % 0 0 0 1 A 3A % 0 0 1