代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/244284/12874991
plot-plane2 menu.plot-plane2
..............MENU ONE .......................
..... Change these parameters if necessary:...
0. Number of contour levels = 30
1. Resolution for the plot = 160
2. Resolution fo
www.eeworm.com/read/330414/12895262
c enc_lag6.c
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/330105/12916161
m figposition.m
function y=figposition(x)
%FIGPOSITION Positions figure window irrespective of the screen resolution
% Y=FIGPOSITION(X) generates a vector the size of X.
% This specifies the location of the figur
www.eeworm.com/read/328976/12991381
m slam_sim.m
% SLAM_SIM - Applies a SLAM filter to a SLAM problem.
%
% Usage:
%
% slam_sim(p, f[, OPTIONS])
%
% Inputs:
%
% p - a SLAM problem structure (see SLAMPROB)
% f - a SLAM filter structur
www.eeworm.com/read/313158/13594998
txt 马的遍历.txt
#include
#include
#define N 6
int a[N][N];
int resolution=0;
void print(){
int i,j;
resolution++;//增加一种解
printf("***********%d**************\n",resol
www.eeworm.com/read/306455/13744812
m demoedft.m
% Demoedft.m demonstrates performance of function EDFT by iterations and provide comparison with
% traditional discrete Fourier transform (DFT) output. EDFT call line is [F,S,Stopit]=edft(X,N,1,W),
www.eeworm.com/read/306455/13744813
m demonedft.m
% Demonedft.m demonstrates performance of NEDFT algorithm by iterations in case of nonuniform sampling and
% provide comparison with traditional nonuniform discrete Fourier transform (DFT) output. NE
www.eeworm.com/read/303772/13809588
m sgram.m
function []=sgram(f,varargin)
%SGRAM Spectrogram.
% Usage: sgram(f,op1,op2, ... );
% sgram(f,sr,op1,op2, ... );
%
% SGRAM(f) plots a spectrogram of f using a DGT.
%
% SGRAM(f,sr) does
www.eeworm.com/read/303772/13809593
m resgram.m
function []=resgram(f,varargin)
%RESGRAM Reassigned spectrogram plot
% Usage: resgram(f,op1,op2, ... );
% resgram(f,sr,op1,op2, ... );
%
% RESGRAM(f) plots a reassigned spectrogram of f.