Community Profile

photo

Zeina Abdullah


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I need to implement this code as chaotic interleaver by using baker map
this code of the 2d chaotic interleaver using baker map clc clearvars N=8; X=vec2mat(1:N*N,N); B=zeros(N); Sk=[0 2 4 2]; ...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How do I write a code for this equation?
I have this equation : (Its mathematical formula may be illustrated as let B(n1, n2 ….. nk) denotes the discretize map. Where ...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How do I find a correlation between two matrices?
I have this code whose output is three matrices, the first is 8 * 8, the second is 16 * 16, and the third is 24 * 24. Now I need...

2 years 前 | 0 个回答 | 0

0

个回答

提问


how to find relationship between two or more matrix
I have this code : function [idx,x] = chaoticInterleaver(N) assert(mod(N,8)==0,'N must be divisible by 8.') idx = zeros(N); ...

2 years 前 | 0 个回答 | 0

0

个回答

提问


I need to make a general code
I mean that I have this code %function const_interleaver(select) %% constructing the orignal address matrix Address=zeros(24)...

2 years 前 | 2 个回答 | 0

2

个回答

提问


how i can select a part or section in the matrix
i have a matrix as shown in the file i need to select specific section in the matrix and then do on it my equation . i have 8*8...

2 years 前 | 1 个回答 | 0

1

个回答