photo

sundus


2014 年からアクティブ

Followers: 0   Following: 0

Professional Interests: signal processing using object oriented

統計

All
MATLAB Answers

10 質問
0 回答

Cody

0 問題
1 解答

ランク
139,639
of 300,853

評判
0

コントリビューション
10 質問
0 回答

回答採用率
30.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
113,845
of 171,319

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


how to deal with lifting wavelet transform haar int2int
I have audio signal , I want to use Haar type int2int because my signal in digital form. but haar function ask me to change the ...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


I need the best way to write the loop commands
for i=1:15, y(i+1)=vec(i); end y(1)=vec(16);

10年弱 前 | 1 件の回答 | 0

1

回答

質問


I need most efficient code for these commands
% convert the real number to integer, then get the binary for it. circulate the binary to the left four times, get a %new numb...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


speed up this function
function [RKey] = Shuffle1R( Key1 ) % Using algorithm to specify the key back for shuffling stime=tic; % Key1=[162,28...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


how to manage shuffling overlap blocks from a matrix with 2D
I tried to divide a big matrix like 128,128 into overlap blocks in order to do encryption.Are there any way or method to deal wi...

約11年 前 | 0 件の回答 | 0

0

回答

質問


I need to record all the intermadiate result into E1,E2,E3,.....but I couldn't manage that help please!
clc; clear; S=8;m=6; box1=1:S*S; box=reshape(box1,S,S); newbox=zeros(S,S); Tem=zeros(m,S,S); [ Q ]=...

約11年 前 | 0 件の回答 | 0

0

回答

質問


how to manage that the initial value x0 is changed after each I iteration ?
the code is: x0=.4352; for i=1:L, x=r*x*(1-x); chaotic(i)=x;c end; the initial value of x0 is changed after each ite...

約11年 前 | 0 件の回答 | 0

0

回答

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11年以上 前

質問


how to store new matrix on the old one
I have a array Z(4,4) such as [1:4; 5:8; 9:12; 13:16]. I would like to change the order of the matrix and st...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


how to define index for a matrix as integer
[i]=mod(D(1),N)+1; I got this error Attempted to access M(2,2); index must be a positive integer. while the value of i was ...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


I did divide array with 2D into small boxes 2D also,the problem is how to get each box into sequential blocks.
I did divide array of (32,32) into boxes with (8,8) so I got 16 box. I need to get those boxes into sequential block for instan...

11年以上 前 | 1 件の回答 | 0

1

回答