代码搜索结果

找到约 10,000 项符合 G 的代码

g1.c.bak

/* * Copyright (c) 2005,深圳市国人通信有限公司综合网管部 * All rights reserved. * * 文件名称:GSM900.C * 文件标识:见配置管理计划书 * 摘 要:选频+功放模块的监控数据处理 * * 当前版本:1.1

p2_g.m

% Program P2_G.m % Evaluation of the DFT close all ; clear all; % 7-length sequence n=[-3:3]; x=cos(pi*n/6); % Compute the M-point DFT M=8; X=fft(x,M); % Plot the original sequence figure(1)