代码搜索结果
找到约 10,000 项符合
Display 的代码
display_i_q.m
function display_I_Q(I,Q)
fs=100000;
t=0:1/fs:0.001;
subplot(2,2,2)
plot(t,I,t,Q,'r')
xlabel('t(s)');
ylabel('蓝色I(t),红色Q(t)');
title('被调信号的正交分解信号');
axis([0 0.001 -1.5 1.5])
display_s_pxxs.m
function display_s_pxxs(I,Q)
fs=100000;
t=0:1/fs:0.001;
s=zhengjiao(I,Q);
subplot(2,2,3)
plot(t,s)
xlabel('t(s)');
ylabel('s(t)');
title('已调信号');
axis([0 0.001 -1.5 1.5])
Nfft=1024;
window=
display_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source 1)
Group (eeprom+comm)
File 1,2, 0x0
Fil
display_curv_con.m
% fdct_wrapping_demo_basic.m -- Displays a curvelet both in the spatial and frequency domains.
close all;clear all;
m = 512;
n = 512;
X = zeros(m,n);
addpath('/home/truong/pdfb/CurveLab-2.0/fdct_wr
gps_display_release.c
/*
; 使用AVR单片机解析出GPSRM数据段的信息,提取时间、经纬度、指示出南北半球及东西经、日期、以及当前数据是否有效的标识位,
; 并将这些信息显示在1602液晶屏上。
;
; 网站: http://www.ruixuedz.cn
;email: unaided@tom.com
; 作者: 老蒋
*/
#include //包含自定义常量