完善的人事管理
人員職業(yè)規(guī)劃與追蹤管理:人員檔案、獎懲、考評、調(diào)動、培訓(xùn)管理等等
l 多功能,適應(yīng)面廣的工資管理
支持工資多套帳,自定義工資項(xiàng)目明細(xì)及其計(jì)算公式,支持個人所得稅計(jì)算,計(jì)時、計(jì)件工資等管理
l 超強(qiáng)的統(tǒng)計(jì)分析、報表打印、數(shù)據(jù)導(dǎo)出功能
各類常用的人事工資報表:人員檔案、人員結(jié)構(gòu)分析……,工資年報,工資條,工資單……
支持EXCEL導(dǎo)入導(dǎo)出人員檔案
l 網(wǎng)絡(luò)辦公及用戶個性化設(shè)置
本系統(tǒng)支持網(wǎng)絡(luò)多人同時使用,不同的用戶可以根據(jù)業(yè)務(wù)需要設(shè)置軟件,互不干擾
l 界面友好,圖形導(dǎo)航幫您輕松上手
l 強(qiáng)大的組合查詢功能,即可獲得您需要的特定信息
This simulation script set allows for an OFDM transmission to be
simulated. Imagetx.m generates the OFDM signal, saving it as a
windows WAV file. This allows the OFDM signal to be played out a sound
card and recorded back. Imagerx.m decodes the WAV to extract the
data.
settings.m contains all the common settings to specify all the
simulation parameters such as FFT size, number of carriers,
input data source file, input and output WAV files, etc.
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
% l is the vector of lower bounds, u is the vector of upper
% bounds. Vector dv is 0-1 sign vector (See ?? for more detail.)
%
% Copyright (c) 1990-98 by The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 1998/03/21 16:29:10 $