代码搜索:振荡调制

找到约 3,079 项符合「振荡调制」的源代码

代码结果 3,079
www.eeworm.com/read/7569/122609

nfo cc_4_00_034_usa.exe.nfo

NetAnts Job: "cc_4_00_034_Usa.exe" Completed: 2002年5月29日 15:50:03 Url: ftp://file2.mydrivers.com/modem/cc_4_00_034_Usa.exe Saved as: D:\网络部分\modem\3com\3COM USRobotics调制解调器\cc_4_00_034_Usa.exe Com
www.eeworm.com/read/10089/181098

m 基于子空间盲.m

clear all; close all; %生成一个1*64的矩阵 for N=1:100 mod_in=randint(1,64); %子载波个数16循环前缀个数4 %QPSK调制 mod_out=zeros(1,length(mod_in)/2); R=reshape(mod_in,2,length(mod_in)/2); T=R' ; B2D=b
www.eeworm.com/read/491152/1192779

c dp_51pro_irda.c

/*************************************************************** * 文件名:DP_51PRO_IRDA.C * 功能:DP_51PRO实验仪红外收发实验。使用串口发送数据经调制后从红外管输出, * 并通过红外接收模块把接收到的数据返回串口接收端,通过判断接收到的数 * 据来控制LED灯点亮。 *****
www.eeworm.com/read/473523/6845451

m f3_23.m

%常数调频信号 fm1=fmconst(256,0.2); %单边指数窗幅值调制信号 am1=amexpo1s(256,100); %合成 sig=am1.*fm1; %显示 %实部 plot(real(sig),'LineWidth',2); hold on; %虚部 plot(imag(sig),'ro--','LineWidth',2); legend('实部','虚
www.eeworm.com/read/472638/6872523

plg pwm_16.plg

礦ision3 Build Log Project: E:\temp\test340\340例程\脉宽调制输出程序\pwm_16.uv2 Project File Date: 08/24/2006 Output: Build target 'Target 1' compiling
www.eeworm.com/read/294627/8215630

txt mask.vhd.txt

--文件名:PL_MASK --功能:基于VHDL硬件描述语言,对基带信号进行MASK调制 --说明:这里MASK中的M为4 --最后修改日期:2004.2.13 library ieee; use ieee.std_logic_arith.all; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; enti
www.eeworm.com/read/367520/9743822

m 采样频率为100的源程序.m

x=[1 1 1 0 0 0 1 0]; stem(x); %绘制基带信号的波形图 tone=8; fc=20;fd=10;fs=100; y=dmod(x,fc,fd,fs,'psk',2,tone); figure plot(y) %绘制调制后的波形图 a=fft(x,1024); f=(0:length(a)-1)*fs/length(a)-fs/2; figure
www.eeworm.com/read/367520/9743824

m psk.m

x=[1 1 1 0 0 0 1 0]; stem(x); %绘制基带信号的波形图 tone=8; fc=20;fd=10;fs=500; y=dmod(x,fc,fd,fs,'psk',2,tone); figure plot(y) %绘制调制后的波形图 a=fft(x,1024); f=(0:length(a)-1)*fs/length(a)-fs/2; figure
www.eeworm.com/read/367520/9743826

m 信噪比为1的源程序.m

x=[1 1 1 0 0 0 1 0]; stem(x); %绘制基带信号的波形图 tone=8; fc=20;fd=10;fs=500; y=dmod(x,fc,fd,fs,'psk',2,tone); figure plot(y) %绘制调制后的波形图 a=fft(x,1024); f=(0:length(a)-1)*fs/length(a)-fs/2; figure
www.eeworm.com/read/367520/9743831

m 采样频率为1000的源程序.m

x=[1 1 1 0 0 0 1 0]; stem(x); %绘制基带信号的波形图 tone=8; fc=20;fd=10;fs=1000; y=dmod(x,fc,fd,fs,'psk',2,tone); figure plot(y) %绘制调制后的波形图 a=fft(x,1024); f=(0:length(a)-1)*fs/length(a)-fs/2; figure