主要内容

wextend

説明

YEXT= wextend (类型模式XLENは,実数値の入力ベクトルまたは入力行列X类型【中文】模式【翻译LEN(英译汉)1 .类型对,对,对。模式

YEXT= wextend (___疯狂的【中文翻译】

すべて折りたたむ

【翻译

さまざまな方法を使用してベクトルを拡張します。

2 .。

Len = 2;X = [1 2 3]
x =1×31 2 3

。2、中文:1、中文:1、中文:1、中文:1、中文:1、中文:1、中文:1、中文:1、中文:1、中文:1、中文:1、中文:1、中文:我的家乡,我的家乡,我的家乡。

Xextzpd1 = wextend(' 1 '“zpd”, x, len)
xextzpd1 =1×70 0 1 2 3 0 0 0
Xextzpd2 = wextend()“一维”“zpd”, x,兰,“b”
xextzpd2 =1×70 0 1 2 3 0 0 0

(1)、(2)、(3)、(3)。

Xextsym = wextend(“一维”“符号”, x, len)
xextsym =1×72 1 1 2 3 3 2

这是一个非常好的例子。入力ベクトルの長さが奇数であるため、wextend は追加サンプルを末尾に追加してから 'ppd' モードを使用して拡張を行います。このサンプルは右側の最後の値と等しくなります。

Xextper = wextend()“一维”“每”, x, len)
xextper =1×83 3 1 2 3 3 1 2

【翻译

【中文译文】

行列を作成し,拡張の長さを2に設定します。

Len = 2;X = [1 2 3];[5]
X =2×31 2 3 4 5 6

Xextzpd = wextend(2,“zpd”, X, len)
Xextzpd =6×70 0 0 0 0 0 0 0 0 0 0 1 2 3 0 0 0 0 4 5 6 0 0 0 0 0 0 0 0 0 0 0 0

这是一个很好的例子。

Xextsym = wextend(“二维”“符号”, X, len)
Xextsym =6×75 4 4 5 6 6 5 2 1 1 2 2 3 3 2 1 1 2 3 3 2 5 4 5 6 6 5 5 5 5 1 1 2 3 3 2 2

値がデータ型の範囲の限界値に達しているか限界値に近い状態で,uint8【中文翻译】:中文翻译:

対称拡張

uint8〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇中文:uint8【中文翻译】

dataVector = uint8([0 1 2 253 254 255])
dataVector =1x6 uint8行向量0 1 2 253 254 255

。2 .。

= wextend()' 1 '“symw”dataVector, 2)
wholePointSym =1x10 uint8行向量2 1 0 1 2 253 254 255 254 253
halfPointSym = wextend(' 1 '“symh”dataVector, 2)
halfPointSym =1x10 uint8行向量1 0 0 1 2 253 254 255 255 254

【中文翻译uint8

反対称拡張

ベクトルの。255 .。

dataVectorDouble = double(dataVector);= wextend()' 1 '“asymw”dataVectorDouble, 2)
wholePointAsymDouble =1×10-2 -1 0 1 2 253 254 255 256 257

元のuint8【中文翻译】uint8の範囲を超える値は最も近いuint8。0 255。

= wextend()' 1 '“asymw”dataVector, 2)
wholePointAsym =1x10 uint8行向量0 0 0 1 2 253 254 255 255 255 255

?のコピーと元のuint8我的意思是,我的意思是,我的意思是。

halfPointAsymDouble = wextend(' 1 '“asymh”dataVectorDouble, 2)
halfPointAsymDouble =1×10-1 0 0 1 2 253 254 255 -255 -254
halfPointAsym = wextend(' 1 '“asymh”dataVector, 2)
halfPointAsym =1x10 uint8行向量0 0 0 1 2 253 254 255 0 0

英文:英文:中文:中文uint8

平滑化拡張

のコピーと元のuint8★★★★★★

smooth0Double = wextend' 1 '“sp0”dataVectorDouble, 2)
smooth0Double =1×100 0 0 1 2 253 254 255 255 255 255
Smooth0 = wextend(' 1 '“sp0”dataVector, 2)
smooth0 =1x10 uint8行向量0 0 0 1 2 253 254 255 255 255 255

对,对,对。?各ベクトルの次数 1 の平滑化拡張を求めます。

smooth1Double = wextend(' 1 '“sp1”dataVectorDouble, 2)
smooth1Double =1×10-2 -1 0 1 2 253 254 255 256 257
Smooth1 = wextend()' 1 '“sp1”dataVector, 2)
smooth1 =1x10 uint8行向量0 0 0 1 2 253 254 255 255 255 255

【中文】uint8【中文】:uint8【中文译文uint8

値がデータ型の範囲の限界値に達しているか限界値に近い状態で,int8のデータに対して対称拡張,反対称拡張,および平滑化拡張を実行して影響を観察します。

対称拡張

int8【翻译 - 128 ★★★★★★中文:int8【中文翻译】

dataVector = int8([-128 -127 -126 125 126 127])
dataVector =1x6成行向量-128 -127 -126 125 -126 127

。2 .。

= wextend()' 1 '“symw”dataVector, 2)
wholePointSym =1x10in8行向量-126 -127 -128 -127 -126 125 126 127 126 125
halfPointSym = wextend(' 1 '“symh”dataVector, 2)
halfPointSym =1x10in8行向量-127 -128 -128 -127 -126 125 126 127 127 126

【中文翻译int8

反対称拡張

ベクトルの。【翻译】 - 128 127。

dataVectorDouble = double(dataVector);= wextend()' 1 '“asymw”dataVectorDouble, 2)
wholePointsAsymDouble =1×10-130 -129 -128 -127 -126 125 126 127 128 129

元のint8【中文翻译】int8の範囲を超える値は最も近いint8 - 128 ★★★★★★★★ - 128 , 127。

= wextend()' 1 '“asymw”dataVector, 2)
wholePointAsym =1x10in8行向量-128 -128 -128 -127 -126 125 126 127 127 127 127

?のコピーと元のint8我的意思是,我的意思是,我的意思是。

halfPointAsymDouble = wextend(' 1 '“asymh”dataVectorDouble, 2)
halfPointAsymDouble =1×10127 128 -128 -127 -126 125 126 127 -127 -126
halfPointAsym = wextend(' 1 '“asymh”dataVector, 2)
halfPointAsym =1x10in8行向量127 127 -128 -127 -126 125 126 127 -127 -126

★★★★★★★★★★★★★★int8(1)、(2)、(3)、(3)2番目の値は 128 であり、これはint8(1)、(1)、(1)、(2)。,int8(1)、(2)、(3)、(3)int8(1)、(2)、(3)、(3)

平滑化拡張

のコピーと元のint8★★★★★★

smooth0Double = wextend' 1 '“sp0”dataVectorDouble, 2)
smooth0Double =1×10-128 -128 -128 -127 -126 125 126 127 127 127 127
Smooth0 = wextend(' 1 '“sp0”dataVector, 2)
smooth0 =1x10in8行向量-128 -128 -128 -127 -126 125 126 127 127 127 127

对,对,对。?各ベクトルの次数 1 の平滑化拡張を求めます。

smooth1Double = wextend(' 1 '“sp1”dataVectorDouble, 2)
smooth1Double =1×10-130 -129 -128 -127 -126 125 126 127 128 129
Smooth1 = wextend()' 1 '“sp1”dataVector, 2)
smooth1 =1x10in8行向量-128 -128 -128 -127 -126 125 126 127 127 127 127

【中文】int8【中文】:int8【中文译文int8

入力引数

すべて折りたたむ

(英译汉)1 .中文:★★★★★★★★★★★★★★★★★★

类型 説明
1' 1 '“一维”,“”“一维”

1 次元拡張

2' 2 '“二维”,“”“二维”

2 次元拡張

基于“增大化现实”技术的? ?“addrow”

没人知道

“交流”? ?“addcol”

【翻译】

;|字符

中文:这是一个很好的例子。★★★★★★★★★★★★★★★★★★★★★★★★dwtmode

模式

説明

“zpd”

ゼロ拡張

“sp0”

【翻译

“社会民主党”(一)“sp1”

【中文翻译

“符号”? ?“symh”

():

“symw”

対称パディング(全点):境界値の対称的な複製

“asym”? ?“asymh”

():

“asymw”

()

“产后抑郁症”

周期化拡張 (1)

“每”

周期化拡張 (2)

【中文翻译】wextendは最後の値のコピーを右に追加し,“产后抑郁症”。,“每”“产后抑郁症”? ? ? ?★★★★★★★★★★★★★★★★★★★

★★★★★★★★★★[1]

メモ

【翻译“sp0”?“社会民主党”(一)“sp1”),。整数データ型の場合,次のいずれかの状況になるとwextend★★★★★★

;字符

。。

;||int8|int16|int32|int64|uint8|uint16|uint32|uint64

【翻译】【中文】? ?非負の整数の2要素ベクトル> > > > >这是一个很好的例子LEN[LROW, LCOL]∕∕∕∕∕∕∕∕LROW【中文翻译】LCOL【中文翻译】2、、、、、、、、、LEN

【翻译】

例:wextend('2D','sym',[1 2 3 4;5 6 7 8],[2 0])2、草皮草皮草皮草皮草皮

【翻译】。

  • “l”- 3 . -

  • “u”-是啊

  • “r”-聪

  • ' d '-是呀

  • “b”-全聪

  • “n”- Null

疯狂的我的意思是,我的意思是LEN【中文翻译类型

类型 疯狂的
1, '1', ' 1d'? ?“一维” “l”“u”“r”' d '“b”,“”“n”

例:wextend(‘1 d’,‘zpd’,X, 3, ' r ')は,入力ベクトルX3 .全英文。

既定値:“b”

LEN【翻译】
2, '2', '2d'? ?“二维” [LOCROW, LOCCOL]LOCROW?LOCCOL★★★★★★★★★“n”(…)

例:wextend(“2 d’,‘zpd’,X, 3[2],乌兰巴托)★★★★★★★★Xを上に2行,両側に3列拡張します。

既定値:“bb”

LEN【中文翻译】[LROW, LCOL]> > > > >
基于“增大化现实”技术的? ?“addrow” “l”“u”“r”' d '“b”,“”“n”

例:wextend(‘addrow’,‘zpd’,X, 4, ' d ')★★★★★★★★X4 .中文:

既定値:“b”

LEN★★★★★★
“交流”? ?“addcol” “l”“u”“r”' d '“b”,“”“n”

例:wextend(‘addcol’,‘zpd’,X, 1, ' l ')★★★★★★★★X(1)、(1)、(1)

既定値:“b”

LEN【中文翻译】

ヒント

アルゴリズム

値が入力のデータ型の範囲を超える場合,wextend。データ型の範囲を超えるデータの拡張の例については,uint8データの範囲限界値を超える拡張?Int8

参照

bbb Strang, G.和T. Nguyen。小波和滤波器组。马萨诸塞州韦尔斯利:韦尔斯利-剑桥出版社,1996年。

拡張機能

バージョン履歴

R2006a

参考