Zaref Li
Followers: 0 Following: 0
Statistics
16 Questions
0 Answers
RANK
82,084
of 295,527
REPUTATION
0
CONTRIBUTIONS
16 Questions
0 Answers
ANSWER ACCEPTANCE
31.25%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How can I split the graph into two parts?
Hello everyone, I have a matrix that I have created. I want to overlay these matrices on top of each other. However, I want to ...
3 months ago | 1 answer | 0
1
answerQuestion
How do I plot a graph?
Hello everyone, I need to plot a graph according to the formulas given below. I am also sharing the image of the graph that shou...
3 months ago | 0 answers | 0
0
answersQuestion
How can I scale and plot the graph according to the formula I use?
Hello everyone, I am trying to plot only the diffusion and FDEP diffusion using the formulas below. However, the FDEP diffusion...
3 months ago | 2 answers | 0
2
answersQuestion
Calculation of channel capacity
Hi everyone, I want to plot the graph of channel capacity in SNR. I wrote such a code for him. I'm not sure of its accuracy. Ar...
7 months ago | 1 answer | 0
1
answerQuestion
Designing High Pass Filter
Hi everyone, I want to design high pass filter, cut off freq=0,65pi. I wrote this code but it did not work. Can you help me? c...
11 months ago | 1 answer | 0
1
answerQuestion
I want to change Kaiser Window parameters
Hello everyone, I am designing ideal filter using Kaiser window. I give filter requirements : I wrote this code. But how ca...
11 months ago | 1 answer | 0
1
answerQuestion
How can I add White Gaussian Noise?
Hi everyone, I want to do this : I wrote this code but I get errors. What can I do? % Signal parameters Fs = 250; % Samp...
11 months ago | 2 answers | 0
2
answersQuestion
I want to use Interpole with Zero Padding
Hi everyone, I have a signal [ cos(2*pi*0.2*n) n:0:1:15]. I want Interpolate in time domain by a factor of 5 using zero padding...
11 months ago | 2 answers | 0
2
answersQuestion
Interpolation via Zero Padding
Hello everyone, Below is the interpolation code with zero padding. But I want to make some changes to this code. I want to in...
11 months ago | 2 answers | 0
2
answersQuestion
how can i quantize the normal distribution using uniform PCM?
sinusoidal signal, there is quantization code for 8 levels and 16 levels using PCM scheme. However, I want to do this for N(0,1)...
3 years ago | 1 answer | 0
1
answerQuestion
How do I write pdf of random variable?
Hi. I want to generate a set of 1000 uniform random numbers in the interval [0, l] using the MATLAB function rand(l, N). Plot th...
3 years ago | 1 answer | 0
1
answerQuestion
How do I estimation of the means of a random variable?
Hi everyone. I'm trying to understand this code. Are these operations done for the Gaussian random variable? How do I change the...
3 years ago | 2 answers | 0
2
answersQuestion
How can I use properties of fft ?
FFT has some properties. I want to create a sinusodal signal. then I want to show these 5 properties of the fourier transform on...
3 years ago | 0 answers | 0
0
answersQuestion
What kind of function is the Parks–McClellan filter used?
I designed a low pass Parks–McClellan filter in Matlab. But how does Matlab create this filter mathematically? What is the trans...
3 years ago | 0 answers | 0
0
answersQuestion
Convert signal from time domain to frequency domain with fft
Hello to everyone I have signal and time arrays. for example; signal1 = 1x609 signal1 = [0.0068, 0.0166, ..., 0.5054] T = 1x...
3 years ago | 1 answer | 0
1
answerQuestion
How do I pass the signal through a low-pass FIR filter?
I have a string called the signal. I want to pass it through a low pass FIR filter very close to this signed ideal. How can I do...
3 years ago | 1 answer | 0