-
hurst_expo.m
hurst parameter: 給入一序列的資類,程式會畫出husrt 參數的figure和估計值
例 hurst_expo(sin(0:0.01:5*pi)) (hurst parameter: the sequence into a category of funding, the program will draw the figure and husrt parameter estimates were hurst_expo (sin (0:0.01:5* pi)) )
- 2009-05-12 13:08:25下载
- 积分:1
-
clippingfiltering
this is clipping code for papr reduction in matlab.In this code clipping is fillowed by filtering to reduce inband interference.Simulated results are in the form of graphs to compare performance
- 2013-11-08 19:38:45下载
- 积分:1
-
bata
双稳态随机共振的参数寻优算法,先固定b,寻求a,画出随a的信噪比增益变化曲线(Parameter stochastic resonance algorithm)
- 2020-10-29 19:39:56下载
- 积分:1
-
bpsk-ldpc
BPSK调制解调加上LDPC信道编码解码。画出误码率曲线(BPSK modulation and demodulation and LDPC channel coding and decoding. Draw the curve of error rate)
- 2014-08-27 09:17:29下载
- 积分:1
-
1.-digital_modulation_FCN
diferent type of modulation such as AM , FSK programed using matlab m-file programming
- 2013-03-29 03:16:48下载
- 积分:1
-
Essential
Essential MATLAB for Engineers and Scientists
- 2009-04-14 01:12:30下载
- 积分:1
-
BPSK
该程序在matlab环境下运行,完成BPSK调制解调仿真实现过程。可以看到经过滤波后的眼图。(err)
- 2008-06-18 00:51:11下载
- 积分:1
-
puma3d
PUMA 3D Model
PUMA Basic Movements
PUMA Trajectory Generation
- 2014-12-12 03:48:17下载
- 积分:1
-
LTE
Long terem eveloultion...LTE-A
- 2015-02-09 02:43:49下载
- 积分:1
-
HardWork
说明: 上转型对象
1.实验目的
掌握上转型对象的使用。
2. 实验要求
要求有一个abstract类,类名为Employee,Employee的子类有YearWorker、MonthWorker和WeekWorker。YearWorker对象按年领取薪水,MonthWorker按月领取薪水,WeekWorker按周领取薪水。Employee有一个abstract方法:
public abstract earnings()
子类必须重写父类的earnings()方法,给出各自领取薪水的具体方式。
有一个Company类,该类用Employee数组作为成员,Employee数组的单元可以是YearWorker对象、MonthWorker对象或WeekWorker对象的上转型对象。程序能输出Company对象一年需支付的薪水总额。
(The transformation of the object 1. Purpose of the experiment used to grasp the transformation of the object. 2. Experiment requires a abstract class requirements, class named Employee, Employee of the child class has YearWorker, MonthWorker and WeekWorker. YearWorker object to receive annual salary, MonthWorker receive a monthly salary, WeekWorker receive weekly salary. Employee one abstract method: public abstract earnings () sub-class must override the parent class of earnings () method, given their own specific way of receiving pay. A Company class, such as members with an array of Employee, Employee of the array elements can be YearWorker object, MonthWorker object or objects on the transformation of objects WeekWorker. Company object program can output a year' s salary to be paid the total amount.)
- 2010-04-27 18:54:17下载
- 积分:1