photo

Ahmed Grera


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Ahmed M. A. Annekaa

Engineer in college of electronic technology, Bani Walid -Libya.
Interested in Microstrip Antenna and Signal Processing.

Skills: Windows xp, 7,8 and 10, dealing with Android and IOS, MATLAB, HFSS, Multisim, Data and Communications networks installation and Microsoft Office Suite: Word, Excel, PowerPoint, and Adobe Photoshop.

Certificates: Mini MBA, ICDL, Optical fiber, HFSS (for antennas design) and experience in WiMax maintenance.

Email: ahmedgrera88@gmail.com
Phone: 00218928073023
facebook: https://www.facebook.com/ahmed.grere
LinkedIn: https://www.linkedin.com/feed/?trk=

统计学

MATLAB Answers

7 个提问
3 个回答

排名
10,686
of 299,768

声誉
4

贡献数
7 个提问
3 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do filtic and filter functions work ?
% y[n]+y[n-1]-6y[n-2]=x[n] % x[n]=8u[n] % y[-1]=1, y[-2]=-1

7 years 前 | 1 个回答 | 0

1

个回答

提问


How we can apply Z-transform of the following operators in MATLAB ?
1- x(n)=δ(n) 2- δ(n-4) 3- 2^n u(n-3)

7 years 前 | 0 个回答 | 0

0

个回答

提问


How we can enter the following operators in MATLAB ?
1- x(n)=δ(n) 2- δ(n-4) 3- 2^n u(n-3)

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How can i implement galois counter mode (GCM) in matlab?
Hi Darsana P M You can retype it like this: clc; clear all; close all; x=[0 1 1 0 1 1 0 1]; Z=[0 0 0 0 0 0 ...

8 years 前 | 0

| 已接受

提问


I have a question in image processing, this code shows how to add noise to the image and then retrieve it again ... The problem when retrieving the image error occurs and show the image that was retrieved in white
img = imread( ('eight.tif') ); % read image, use gray-level images here. A = imnoise(img,'Gaussian',0,1); IMG = fft2( im...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Error using .* Integers can only be combined with integers of the same class, or scalar doubles.
clc clear all close all lena = imread('eight.tif'); A = fftshift(fft2(lena)); S = imnoise(lena,'Gaussian',0...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
I have a matrix which is 1000 columns and 3621 rows, how do I take the mean of each row?
clc clear all a=[1 2 3;4 5 6;7 8 9] % Replace this matrix with your matrix mean(a,2)

8 years 前 | 0

提问


what is the wrong in this code?
clc clear all close all lena = imread('eight.tif'); A = fftshift(fft2(lena)); S = imnoise(lena,'Gaussian',...

8 years 前 | 2 个回答 | 0

2

个回答

已回答
I am new to Matlab and I am looking for help regarding this questions as attached
clc clear all a=zeros(8,5); % zeros matrix for i=1:1:40 a(i)=i; end b=a' % transpose of matrix (a)

8 years 前 | 0

提问


I have a question in image processing, this code shows how to add noise to the image and then retrieve it again ... The problem when retrieving the image error occurs and show the image that was retrieved in white
img = imread( ('eight.tif') ); % read image, use gray-level images here. A = imnoise(img,'Gaussian',0,1); IMG = fft2( im...

8 years 前 | 2 个回答 | 0

2

个回答