代码搜索:过调制
找到约 4,788 项符合「过调制」的源代码
代码结果 4,788
www.eeworm.com/read/418162/10962545
htm 20.9 检测浏览器浏览过的站点数.htm
标题页
var times=history.length;
document.write('此浏览器已经去过'+times+'个站了。');
www.eeworm.com/read/458102/7306214
htm profile.asp-name=狼oo风过无痕.htm
function ShowPic(id) {
var winClose = 0;
if (window.viewimage != null && ! viewimage.closed)
{
viewimage.close();
winClose = 1;
}
i
www.eeworm.com/read/453840/7406814
svu 2fsk(过零点检测解调).svu
www.eeworm.com/read/6601/91305
pdf max471-电流灵敏ic防止过流损坏.pdf
www.eeworm.com/read/14266/325711
pdf 微机反时限过流保护算法及其dsp实现.pdf
www.eeworm.com/read/316129/13529677
m rx_bpsk_demod.m
function soft_bits = rx_bpsk_demod(rx_symbols)
soft_bits = real(rx_symbols);
%回忆bpsk调制时[0 1]映射成exp(j*[-pi 0]),解调后为[-1 1].
www.eeworm.com/read/316129/13529740
asv rx_bpsk_demod.asv
function soft_bits = rx_bpsk_demod(rx_symbols)
soft_bits = real(rx_symbols);
%回忆bpsk调制时[0 1]映射成exp(j*pi) exp(-j*0)]
www.eeworm.com/read/384314/8880530
pdf 基于cpld的bpsk调制解调的实现.pdf
www.eeworm.com/read/384314/8880546
pdf 全数字bpsk调制解调系统的仿真.pdf
www.eeworm.com/read/183873/9134097
m 双边带抑制载波模拟调制.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%模拟载波双边带调制
fs=100;
ts=1/fs;
t=[0:ts:2]
N=length(t)-1;
df=fs/N;
x=cos(10*2*pi*t);
y=cos(2*pi*t);
for i=1:N+1
z(i)=x(i)*y(i);
end
subplot(4,1,1)
plot(t,y)
title('我的方法')
s