搜索资源列表
OFDMsourceCode
- 用matlab仿真实现了25 kHz 带宽内同时传送总共48 kbit/s 的两路语音(每路速率9. 6 kbit/s) 和两路数据信息(速率分别为19. 2 kbit/s 和9. 6 kbit/s) , 仿真结果表明达到了较好的误码性能。并比较了4 种数字调制方式下O FDM 系统的误码性能。-using Matlab Simulation bandwidth of 25 kHz simultaneous transmission within a total of 48 kbit / s
1065
- The output should contain the minimum setup time in minutes, one per line. -The output should contain the minimum setu p time in minutes, one per line.
per
- 用于多通道滤波器组实现完全重构,主要应用于图象处理
TK
- 旅行家问题 一个旅行家想驾驶汽车以最少的费yi 用从一个城市到另一个城市(假设出发时油箱是空的)。给定两个城市之间的距离为D1、汽车油箱的容量为C(以升为单位),每升汽油能行驶的距离为 D2,出发点每升汽油价格P和沿途油站数N(N可以为零),油站i离出发点距离Di,每升汽油价格Pi(i=1,2...N)。计算结果四舍五入至小数点后两位。 如果无法到达目的地,则输出“No Solution\"。-issue a travel home to travel home to drive a car w
2136
- 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digi
Newton 插值程序
- 本程序的要求是已知几个节点x及节点函数f(x),要求近似函数!只要输出每点函数,对角线上的值,和最后一行的值,为继续插值准备! 例如:0.00 0.00000 0.20 0.20134 0.30 0.30452 0.50 0.52110 得到结果:0.00000 0.20134 1.006700 0.30452 0.083666 0.52110 1.082900 0.170333 0.173334 f(0.230000)=0.249337 Rx(0.230000)=-1.46917e-09f-t
K-均值聚类算法C++编程
- K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
opencv to matlab
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
opencv to matlab
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
data sort 按从大到小的顺序排列
- 由输入对话框输入100个数值,数据放入数组a,其中的整数放入数组b,然后运用选择分类法将数组b中的数据按从大到小的顺序排列,并以每行五个数据在窗体上输出。-100 from the input dialog box to enter values into the data array a, where the integer into the array b, then select the classification using the data in the array b by
vioce-signal-processing
- 录制自己的一段语音,时间控制在15秒到30秒左右;利用wavread函数对自己的语音进行采样,记住采样频率。 (1)画出原始语音信号的时域波形,而后以1秒为间隔,求出每秒数据的功率谱。 (2)根据语音信号特点,分别设计FIR及IIR滤波器,分别画出滤波器幅频和相频特性曲线。用设计的滤波器对信号滤波,画出滤波后时域波形。用sound函数回放语音信号。 (3)求出特征频段语音信号随时间变化的曲线(每间隔0.05秒求一次功率谱)。 -Record your own voice for
BankCallingSystem
- 模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling system. Use basic queue operations
electromagneticwaveTE13
- 利用matlab仿真金属圆柱体内电磁波分布,有助于掌握电磁波的传播情况。 把程序文档放入matlab的默认读取文档中,打开Cwave.m。Cwave.m是演示程序,由它调用其它函数。其中Z表示Kz*z,范围为0~2*pi。默认取2*pi为一个周期,num表示在一个周期内平均取多少个Kz*z值,默认为50(计算后每个值如Er都有五十幅图)。CWaveGuideCaculate函数用于计算Er,Efia,Hr,Hfia,Hz等值。CWaveGuideShow用于三维显示计算后得到的值,可以比较生
newparksystem
- 用户登陆系统存入车辆(存入时间,停车位置,车主姓名,车牌号码) 车辆离开(离开时间,停车费用) 搜索车辆(存放编号(日期+时间+车牌号),车牌号码,停车位置,车主姓名,存入时刻,离开时刻,存放时间,目前状态(停车场存放或已离开))查看停车场状态(停车数量,空闲位置,今日收入,所有停放的车辆)高级管理(修改密码,设置每小时价格,备份/恢复数据文件,查看用户登录日志)退出系统 -User login system into vehicles (deposited in time, par
FLDA
- 使用Fisher线性鉴别分析(FLDA)方法在ORL人脸数据库上进行人脸识别试验。ORL标准人脸库共包含40人,每人10幅共400幅BMP图像。-The use of Fisher linear discriminant analysis (FLDA) at Ways on ORL face database for face recognition test. Standard ORL face database contains a total of 40 people, 10 per pe
HAMMING.ZIP
- Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4 encoding and decoding. For 7.4 code, one error per 7-bit codeword can be corrected. For 8.4 code, one error per 8-bit codeword can be corrected and not less than 2 err
BEAM_MUSIC
- 阵元间隔为半波长的均匀分布16元线阵,预成指向士arcsin((2i-1)/16)(i=l,2,…,8)的16个均匀加权常规波束,远场有5个互不相关的目标源发射信号,每个源相对于基阵的方位为-40,-42,-5,30和33,且每个信号源到达基阵的信噪比相同,均为5DB,快拍数为1000.-Array element spacing of half wavelength for the uniform distribution of 16 per linear array, pre-point d
per
- function Px = per(x,n1,n2) PER Estimate the spectrum of a process using the periodogram --- ----- USAGE Px = per(x,n1,n2) The spectrum of a process x is estimated using the periodogram. x : input sequence n1 : starting i
Estimation-of-Energy-Comsuption-per-Instances
- Estimation of Energy Comsuption per Instances
burg-BT-per
- 该代码包括五种功率谱估计的方法,burg per BT bartlett welch-The code includes five kinds of power spectrum estimation method, per BT Bartlett Welch burg