Digital Signal Processing 1: Basic Concepts and Algorithms Coursera Quiz Answers 2022 | All Weeks Assessment Answers [💯Correct Answer]

Hello Peers, Today we are going to share all week’s assessment and quizzes answers of the Digital Signal Processing 1: Basic Concepts and Algorithms course launched by Coursera totally free of cost✅✅✅. This is a certification course for every interested student.

In case you didn’t find this course for free, then you can apply for financial ads to get this course for totally free.

Check out this article “How to Apply for Financial Ads?”

About The Coursera

Coursera, India’s biggest learning platform launched millions of free courses for students daily. These courses are from various recognized universities, where industry experts and professors teach in a very well manner and in a more understandable way.


Here, you will find Digital Signal Processing 1: Basic Concepts and AlgorithmsExam Answers in Bold Color which are given below.

These answers are updated recently and are 100% correct✅ answers of all week, assessment, and final exam answers of Digital Signal Processing 1: Basic Concepts and Algorithms from Coursera Free Certification Course.

Use “Ctrl+F” To Find Any Questions Answer. & For Mobile User, You Just Need To Click On Three dots In Your Browser & You Will Get A “Find” Option There. Use These Option to Get Any Random Questions Answer.

About Digital Signal Processing 1: Basic Concepts and Algorithms Course

The subfield of engineering known as digital signal processing is responsible for the extraordinary levels of interpersonal communication and on-demand entertainment that have been made possible in the space of just a few decades. DSP, or digital signal processing, is at the core of the digital revolution that gave rise to CDs, DVDs, MP3 players, mobile phones, and countless other gadgets. It does this by rearranging the fundamental concepts of electronics, telecommunication, and computer science into a unifying paradigm.

You will start from nothing and work your way up to mastering the principles of digital signal processing with this four-part course series. Building a DSP toolkit that is comprehensive enough to analyze a real-world communication system in minute detail will require us to begin with the definition of a discrete-time signal at its most fundamental level. From there, we will move on to topics such as Fourier analysis, filter design, sampling, interpolation, and quantization. In order to bridge the gap that exists between theory and practice, we will routinely make use of hands-on examples and demonstrations.

You will be given several programming examples in the form of Python notebooks, but you are free to use any programming language you like to test the algorithms described in the course. It is recommended that you are proficient in basic calculus and linear algebra in order to get the most out of this class.

WHAT YOU WILL LEARN

  • The nature of discrete-time signals
  • Discrete-time signals are vectors in a vector space
  • Discrete-time signals can be analyzed in the frequency domain via the Fourier transform

Course Apply Link – Digital Signal Processing 1: Basic Concepts and Algorithms

Digital Signal Processing 1: Basic Concepts and Algorithms Quiz Answers

Week 1 Quiz Answers

Quiz 1: Homework for Module 1.1 Quiz Answers

Q1. (Difficulty: \star⋆) What are the advantages of using digital signals over analog ones? Choose the correct answer(s).

  • Digital signals are more robust to noise.
  • Processing of digital signals can be easily implemented in modern computers.
  • Digital signals can be easily stored.
  • Digital signals contains more information than analog ones.

Q2. (Difficulty: \star⋆) Amongst the signals listed below, select those that are in digital format.

  • Music recorded on a CD.
  • Music recorded on a vinyl record.
  • A handwritten book manuscript.
  • JPEG image on a website.

Q3. (Difficulty: \star⋆ \star⋆) Consider the following finite support signal:

x[n]={(−1)nn0for n=1,2,3otherwise
Consider also its periodic repetition

y[n] = \sum_{k=-\infty}^{\infty} x[n + 7k]y[n]=∑
k=−∞


x[n+7k].

Compute the energy of x[n]x[n].

For a guide to entering numerical results, see here; infinity is written as oo, i.e. a double lowercase letter ‘o’.

Enter answer here

Q4. (Difficulty: \star⋆ \star⋆) Consider the same signals as the previous question. Compute the power of x[n]x[n].

For a guide to entering numerical results, see here; infinity is written as oo, i.e. a double lowercase letter ‘o’.

Enter answer here

Q5. (Difficulty: \star⋆ \star⋆) Consider the same signals as the previous question. Compute the energy of y[n]y[n].

For a guide to entering numerical results, see here; infinity is written as oo, i.e. a double lowercase letter ‘o’.

Enter answer here

Q6. (Difficulty: \star⋆ \star⋆) Consider the same signals as the previous question. Compute the power of y[n]y[n].

For a guide to entering numerical results, see here; infinity is written as oo, i.e. a double lowercase letter ‘o’.

Enter answer here

Q7. (Difficulty: \star⋆ \star⋆) Consider the signal

x[n] = \delta[n] + 2\delta[n − 1] + 3\delta[n − 2].x[n]=δ[n]+2δ[n−1]+3δ[n−2].

Consider now its moving average, i.e. the signal

  • y[n]=\frac{1}{2}(x[n]+x[n-1])y[n]=
  • (x[n]+x[n−1])

Select the correct expressions from the options below.

y[n]=0.5\delta[n] + 1.5\delta[n − 1] + 2.5\delta[n − 2]+1.5\delta[n-3]y[n]=0.5δ[n]+1.5δ[n−1]+2.5δ[n−2]+1.5δ[n−3].

The output for n\ge 0n≥0 is always zero.

Q8. (Difficulty: \star⋆) A music song recorded in a studio is stored as a digital sequence on a CD. The analog signal representing the music is 2 minutes long and is sampled at a frequency f_s=44100\;s^{-1}f
s

=44100s
−1
. How many samples should be stored on the CD? Write the number of samples without commas or dots. Assume that the audio file is mono, or in other words, single channel.

Enter answer here

Q9. (Difficulty: \star \star \star⋆⋆⋆) Given the following filter

What is the input-output relationship?

  • y[n]=b(ax[n]+x[n-1])-(c+1)x[n-3]y[n]=b(ax[n]+x[n−1])−(c+1)x[n−3].
  • y[n]=abx[n]+bx[n-1]+cx[n-3]-x[n-4]y[n]=abx[n]+bx[n−1]+cx[n−3]−x[n−4].
  • y[n]=(bax[n]+x[n-1])+(cx[n-3]+x[n-4])y[n]=(bax[n]+x[n−1])+(cx[n−3]+x[n−4]).
  • y[n]=b(ax[n]+x[n-1])-(cx[n-3]+x[n-4])y[n]=b(ax[n]+x[n−1])−(cx[n−3]+x[n−4]).

Q10. (Difficulty: \star \star⋆⋆) What is the minimum period PP (in samples) of the signal e^{j(M/N)2\pi n}e
j(M/N)2πn
for M=1,N=3M=1,N=3.

Enter answer here

Q11. (Difficulty: \star \star⋆⋆) What is the minimum period PP (in samples) of the signal e^{j(M/N)2\pi n}e
j(M/N)2πn
for M=5, N=7M=5,N=7.

Enter answer here

Q12. (Difficulty: \star \star⋆⋆) What is the minimum period PP (in samples) of the signal e^{j(M/N)2\pi n}e
j(M/N)2πn
for M=35, N=15M=35,N=15.

Enter answer here

Week 2 Quiz Answers

Quiz 1: Homework for Module 1.2 Quiz Answers

Q1. (Difficulty: \star⋆) Write the value for the inner product \langle \mathbf{v}^{(0)}, \mathbf{v}^{(1)}\rangle⟨v
(0)
,v
(1)
⟩ where

\mathbf{v}^{(0)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢12121212⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥

and \mathbf{v}^{(1)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢1212−12−12⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥

,

Enter answer here

Q2. (Difficulty: \star⋆\star⋆) Consider the following vectors in \mathbb R^4R
4

\mathbf{v}^{(0)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢12121212⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥


, \mathbf{v}^{(1)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢1212−12−12⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥


and \mathbf{v}^{(2)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢12−1212−12⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥

You can verify that the vectors are mutually orthogonal and have unit norm.

Microsoft Internship For Fresh Graduates 2022 | Free Internship | Especially For College Students

How many different vectors \mathbf{v}^{(3)}v
(3)
could we find such that {\mathbf{v}^{(0)},\ \mathbf{v}^{(1)},\ \mathbf{v}^{(2)},\ \mathbf{v}^{(3)}}{v
(0)
, v
(1)
, v
(2)
, v
(3)
} is a full orthogonal basis in \mathbb R^4R
4
?

0

1

2

3

3

Q3. Let \mathbf{y}=
⎡⎣⎢⎢−0.50.50.51.5⎤⎦⎥⎥
,

what are the expansion coefficients of \mathbf{y}y in the basis {\mathbf{v}^{(0)}, \mathbf{v}^{(1)}, \mathbf{v}^{(2)}, \mathbf{v}^{(3)}}{v
where

\mathbf{v}^{(0)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢12121212⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥

#AnyoneCanCode: Python Essentials 1 | Cisco Free Course With Certificate | Programming Essentials Using Python
, \mathbf{v}^{(1)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢1212−12−12⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥


, \mathbf{v}^{(2)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢12−1212−12⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥


, \mathbf{v}^{(3)}=
⎡⎣⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢⎢12−12−1212⎤⎦⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥⎥
Important: Enter your answer as space separated floating point decimal numbers, e.g. the vector \mathbf{y}y would be entered as :

-0.5 0.5 0.5 1.5

Enter answer here

Q4. Which of the following sets form a basis of \mathbb R^4R?

  • {\mathbf{y},\mathbf{v}_0,\mathbf{v}_1,\mathbf{v}_2}{y,v
  • {\mathbf{y},\mathbf{v}_0,\mathbf{v}_2,\mathbf{v}_3}{y,v
  • {\mathbf{y},\mathbf{v}_1+\mathbf{v}_2,\mathbf{v}_2,\mathbf{v}_3}{y,v
  • {\mathbf{y},\mathbf{v}_0,\mathbf{v}_1,\mathbf{v}_3}{y,v

Q5. (Difficulty: \star⋆) If we represent finite-length signals as vectors in Euclidean space, many operations on signals can be encoded as a matrix-vector multiplication. Consider for example a circular shift in \mathbb{C}
: a delay by one (i.e. a right shift) transforms the signal \mathbf{x} = [x_0 \, x_1 \, x_2]^Tx=[x

into \mathbf{x}’ = [x_2 \, x_0 \, x_1]^Tx

and it can be described by the matrix

D= ⎡⎣010001100⎤⎦

so that \mathbf{x}’ = D\mathbf{x}x

=Dx.

Determine the matrix FF that implements the one-step-difference operator in {C}
i.e. the operator that transforms a signal \mathbf{x}x into [(x_0-x_2) \,\, (x_1-x_0) \,\, (x_2-x_1)]^T[(x

Write the 9 integer matrix coefficients one after the other, row by row and separated by spaces.

Enter answer here

Q6. (Difficulty \star⋆) Given the matrix

A= ⎡⎣⎢⎢0100001000011000⎤⎦⎥⎥

compute the matrix A^4A

(i.e. the fourth power of AA).

(Hint: there is a simple way to do that and, if you’ve solved the previous question, it should be obvious).

Write the 16 integer matrix coefficients one after the other, row by row and separated by spaces.

Enter answer here

Week 3 Quiz Answers

Quiz 1: Homework for Module 1.3 Quiz Answers

Q1. (Difficulty: \star⋆) Write out the phase of the complex numbers a_1=1-\mathrm{j}a
1

=1−j and a_2=-1-\mathrm{j}a
2

=−1−j.

Express the phase in degrees and separate the two phases by a single white space. Each phase should be a number in the range [-180,180][−180,180].

Enter answer here

Q2. (Difficulty: \star⋆) Let W_N^k=e^{-\mathrm{j}\frac{2\pi}{N}k}W
N
k

=e
−j
N


k
and N>1N>1. Then W^{N/2}_NW
N
N/2

is equal to…

-1

1

-\mathrm{j}−j

e^{-\mathrm{j}(2\pi/N)+N}e
−j(2π/N)+N

Q3. (Difficulty: \star⋆) Which of the following signals (continuous- and discrete-time) are periodic signals?

Note that t\in\mathbb{R}t∈R and n\in\mathbb{Z}n∈Z.

1 point

x[n]=1x[n]=1.

x(t)=\cos(2\pi f_0 t+\phi)x(t)=cos(2πf
0

t+ϕ) with f_0\in\mathbb{R}f
0

∈R.

x(t)=t-\operatorname{floor}(t)x(t)=t−floor(t).

x[n]=e^{-\mathrm{j} f_0 n}+e^{+\mathrm{j} f_0 n}x[n]=e
−jf
0

n
+e
+jf
0

n
, where f_0 = \sqrt{2}f
0

=
2

.

x[n] = \sin(n)x[n]=sin(n).

Q4. (Difficulty: \star\star\star⋆⋆⋆) Choose the correct statements from the choices below.

Consider the length-NN signal x[n]=(-1)^nx[n]=(−1)
n
with NN even. Then X[k]=0X[k]=0 for all kk except k=N/2k=N/2

If we apply the DFT twice to a signal x[n]x[n], we obtain the signal itself scaled by NN, i.e. Nx[n]Nx[n].

Consider the length-NN signal x[n]=\cos(\frac{2\pi}{N}Ln+\phi),x[n]=cos(
N


Ln+ϕ), where NN is even and L = N/2L=N/2. Then X[k]=
⎧⎩⎨N2ejϕ0 for k=L otherwise
.X[k]={
2
N

e

0

for k=L
otherwise

.

Q5. (Difficulty: \star⋆) Consider the Fourier basis {\mathbf{w}^k}_{k=0,\ldots,N-1}{w
k
}
k=0,…,N−1

, where \mathbf{w}^k[n]=e^{-j \frac{2\pi}{N}nk}w
k
[n]=e
−j
N


nk
for 0\le n\le N-10≤n≤N−1.

Select the correct statement below.

The elements of the basis are orthonormal:

\langle \mathbf{w}^i,\mathbf{w}^j\rangle=
{1 for i=j0 otherwise.
\quad⟨w
i
,w
j
⟩={
1 for i=j
0 otherwise.

The orthogonality of the vectors depends on the length NN of the elements of the basis.

The elements of the basis are orthogonal:

\langle \mathbf{w}^i,\mathbf{w}^j\rangle=
{N for i=j0 otherwise.
\quad⟨w
i
,w
j
⟩={
N for i=j
0 otherwise.

Q6. (Difficulty: \star\star⋆⋆) Consider the three sinusoids of length N=64N=64 as illustrated in the above figure; note that the signal values are shown from n=0n=0 to n=63n=63.

Call y_1[n]y
1

[n] the blue signal, y_2[n]y
2

[n] the green and y_3[n]y
3

[n] the red. Further, define x[n] = y_1[n] + y_2[n] + y_3[n]x[n]=y
1

[n]+y
2

[n]+y
3

[n].

Choose the correct statements from the list below. Note that the capital letters indicate the DFT vectors.

Y_2[k]=
⎧⎩⎨16j16j0 for k=8 for k=56 otherwise
Y
2

[k]=







16j
16j
0

for k=8
for k=56
otherwise

Y_1[k]=
{N0 for k=4,60 otherwise
Y
1

[k]={
N
0

for k=4,60
otherwise

Y_3[k]=
⎧⎩⎨32320 for k=0 for k=64 otherwise
Y
3

[k]=







32
32
0

for k=0
for k=64
otherwise

|x|_2^2=|X|_2^2=12800∥x∥
2
2

=∥X∥
2
2

=12800

Q7. (Difficulty: \star\star\star⋆⋆⋆) Consider the length-NN signal

x[n]=\cos\left(2\pi\frac{L}{M}n\right)x[n]=cos(2π
M
L

n)

where MM and LL are integer parameter with 0 \lt L \le N-10<L≤N−1, 0 \lt M \le N0<M≤N.

Choose the correct statements among the choices below.

If N=MN=M and N\neq 2LN


=2L, it is easier to compute the norm of the signal |\mathbf{x}|_2∥x∥
2

in the Fourier domain, using Parseval’s Identity.

Consider the circularly shifted signal y[n]=x[(n-D)\mod N].y[n]=x[(n−D)modN]. In the Fourier domain, since the DFT operator is shift invariant, it is Y[k]=X[k]Y[k]=X[k].

The signal has always exactly LL periods 0 \le n \lt N0≤n<N

The DFT X[k]X[k] has two elements different from zero if N=MN=M and N\neq 2lN


=2l.

Q8. (Difficulty: \star⋆) Consider an orthogonal basis {\phi_i}_{i=0,\dots,N-1}{ϕ
i

}
i=0,…,N−1

for \mathbb{R}^NR
N
. Select the statements that hold for any vector \mathbf{x} \in \mathbb{R}^Nx∈R
N
.

\displaystyle \Vert \mathbf{x}\Vert_2^2 = \frac{1}{P}\sum_{i=0}^{N-1} \vert \langle x , \phi_i \rangle \vert^2∥x∥
2
2

=
P
1

i=0

N−1

∣⟨x,ϕ
i

⟩∣
2
if and only if |\phi_i|_2^2=P∥ϕ
i


2
2

=P \forall i∀i.

\displaystyle \Vert \mathbf{x}\Vert_2^2 = \frac{1}{P}\sum_{i=0}^{N-1} \vert \langle x , \phi_i \rangle \vert^2∥x∥
2
2

=
P
1

i=0

N−1

∣⟨x,ϕ
i

⟩∣
2

if and only if |\phi_i|_2=P∥ϕ
i


2

=P \forall i∀i.

\displaystyle \Vert \mathbf{x}\Vert_2^2 = \sum_{i=0}^{N-1} \vert \langle x , \phi_i \rangle \vert^2 . ∥x∥
2
2

=
i=0

N−1

∣⟨x,ϕ
i

⟩∣
2
.

\displaystyle \Vert \mathbf{x}\Vert_2^2 = \sum_{i=0}^{N-1} \vert \langle x , \phi_i \rangle \vert^2∥x∥
2
2

=
i=0

N−1

∣⟨x,ϕ
i

⟩∣
2
if and only if |\phi_i|_2=1∥ϕ
i


2

=1 \forall i∀i.

Q9. (Difficulty: \star\star⋆⋆) Pick the correct sentence(s) among the following ones regarding the DFT \mathbf{X}X of a signal \mathbf{x}x of length NN, where NN is odd.

Remember the following definitions for an arbitrary signal (asterisk denotes conjugation):

hermitian-symmetry: x[0]x[0] real and x[n]=x[N-n]^*x[n]=x[N−n]

for n=1,\dots,N-1n=1,…,N−1.

hermitian-antisymmetry: x[0]=0x[0]=0 and x[n]=-x[N-n]^*x[n]=−x[N−n]

for n=1,\dots,N-1n=1,…,N−1.

  • If the signal \mathbf{x}x is hermitian antisymmetric, then its DFT \mathbf{X}X is purely imaginary.
  • If the signal \mathbf{x}x is hermitian-symmetric, then the DFT \mathbf{X}X is also hermitian-symmetric.
  • If the signal \mathbf{x}x is purely real, then the DFT \mathbf{X}X is purely imaginary.
  • If the signal \mathbf{x}x is hermitian-symmetric, then its DFT is real.

Week 4 Quiz Answers

Quiz 1: Homework for Module 1.4 Quiz Answers

Q1. (Difficulty: \star⋆) Consider the magnitude DTFTs |X(e^{j\omega})|∣X(e

)∣ and |Y(e^{j\omega})|∣Y(e

)∣ shown below, where vertical lines represent Dirac deltas:

Both underlying signals x[n]x[n] and y[n]y[n] are periodic. Find their periods and write them below, separated by a space. Please write the smallest period, i.e. a 5-periodic signal is also obviously 15-periodic but we’re interested in 5.

Enter the period of x[n]x[n] and y[n]y[n] with a unique white space in between.

Enter answer here

Q2. (Difficulty: \star⋆) We will see in later lectures that communication systems must fulfill what is called the “bandwidth constraint”, that is, the energy of the signals that they transmit must strictly fit into pre-defined frequency bands. In this problem we will look at the bandwidth constraint in the discrete-time domain.

The signal x[n]x[n] is real-valued and its spectrum is nonzero only over the [-\pi/8,\ \pi/8][−π/8, π/8] interval. Due to the bandwidth constraint we need to “fit” the signal over the bands indicated in green in the following figure

To this aim, we need to design a processing block \mathcal{H}H in order to convert x[n]x[n] into a sequence s[n]s[n] satisfying the following requirements:

The support of the DTFT of s[n] must be limited to [−3π/4, −π/2]∪[π/2, 3π/4]

The sequence s[n] must be real-valued (x[n] is real-valued)

Which of the following input/output relationships for \mathcal{H}H meet both requirements? (check all correct answers) :

s[n]=\sin(\frac{21\pi}{8}n)\cdot x[n]s[n]=sin(
8
21π

n)⋅x[n]

s[n] = e^{j\frac{5\pi}{8}n}\cdot x[n] s[n]=e
j
8


n
⋅x[n]

s[n]=\cos(\frac{5\pi}{8}n)\cdot x[n]s[n]=cos(
8


n)⋅x[n]

s[n]=\mathrm{IDTFT}{X(e^{j(\omega-5\pi/8)})}s[n]=IDTFT{X(e
j(ω−5π/8)
)}

Q3. (Difficulty: \star⋆) Consider the length-LL signal

x[n]=
{100≤n≤M−1M≤n≤L−1
\; ,x[n]={
1
0

0≤n≤M−1
M≤n≤L−1

,

Write out the closed-form analytical expression for its DFT coefficients X[k]X[k].

Be careful with your typing since the regular-expression parser can be a bit picky. Check Coursera help to enter math expression. In particular, remember that in the Coursera platform the symbols are different:

II (capital i) is used for the imaginary unit instead of jj

Euler’s number is EE instead of ee

you can also use the exponential function \exp(\cdot)exp(⋅)

\piπ is defined as pipi

The only other symbols you’ll need for the answer are the case-sensitive variables k, M, Lk,M,L.

Finally, do not forget to validate your syntax by clicking “Preview” before submitting your answer.

For instance, the expression e^{j(\pi L + 3\pi)}/(k + M)e
j(πL+3π)
/(k+M) should be entered as

E^(I(piL + 3 * pi))/(k + M)

Preview will appear here…

Enter math expression here

Q4. The real and imaginary parts of X(e^{j\omega})X(e

) are:

After examining the plots, check all the correct statements below.

x[n]x[n] is Hermitian-symmetric x[n]=x^\ast[-n]x[n]=x

[−n].

x[n]x[n] is 0-mean, i.e. \sum_{n\in\mathbb Z} x[n]=0∑
n∈Z

x[n]=0.

x[n]x[n] is real valued.

Q5. (Difficulty: \star \star⋆⋆) Consider a signal x[n]x[n] and its DTFT X(e^{j\omega})X(e

). Assume X(e^{j\omega})X(e

) is differentiable. Compute the inverse DTFT of

j\frac{d}{d\omega}X(e^{j\omega})j

d

X(e

).

You should write your answer in terms of x[n]x[n] and elementary functions and constants, for example \frac{\pi}{2}x[n]
2
π

x[n] would be written :

pi/2*x[n]

Enter answer here

Q6. (Difficulty: \star⋆) Which property of the DTFT allows you to easily compute the inverse DTFT of 4X(e^{j\omega})/\pi -24X(e

)/π−2 once you know x[n]x[n]? Just type the name of the property.

Enter answer here

Q7. (Difficulty: \star⋆) Take a length-NN signal x[n]x[n] and its DFT X[k]X[k], with 0 \le n,k, \le N-10≤n,k,≤N−1. Next, consider its periodized version \tilde x[n]=x[n\ \mathrm{mod}\ N]
x
~
[n]=x[n mod N] with its DFS \tilde X[k]
X
~
[k] where now n,k \in \mathbb{Z}n,k∈Z.

Which of the following statements are true?

\tilde X[l] = X[l\ \mathrm{mod}\ N]
X
~
[l]=X[l mod N], for all l\in\mathbb Zl∈Z

\tilde X[-2] = X[2]
X
~
[−2]=X[2] for all x[n]x[n] and N>2N>2

\tilde X[k+lN] = X[k]
X
~
[k+lN]=X[k], for all l\in\mathbb Zl∈Z and k=0,…,N-1k=0,…,N−1.

Q8. (Difficulty: ⋆) In the class, we learned how the modulation theorem can help us tune a musical instrument. Martin showed us an example with a bass but of course the same works with a classical guitar. Listen carefully to these two samples (with earphones, if possible); each audio clip is the recording of two notes played together:

Audio clip A

Audio Clip B

Select the correct options below.

  • The notes are in tune in audio clip A and out of tune in audio clip B
  • The notes are in tune in audio clip B and out of tune in audio clip A
  • The notes are out of tune in both audio clips
  • The notes are in tune in both audio clips

Q9. (Difficulty: \star\star⋆⋆) A ringback tone is the sound you hear in your landline telephone when the remote phone you are trying to call is ringing.

In most European countries, the ringback tone is a single sinusoid turned on and off periodically while in the USA, the ringbback tone is the sum of 2 sinusoids with relatively close frequencies turned on and off periodically.

Here are two audio clips:

Sample A

Sample B

Just by listening to the clips, you should be able to identify the US ringback tone. Explain in the box below what helped you identify the US tone. Use the wording and concepts that appear in the lecture slides. No credit, without a proper explanation, e.g., “I live there” is not an answer.

(use only lowercase letters in your answer)

Enter answer here

Q10. (Difficulty: \star⋆) As explained in previous question, the European and US ringback tones are composed of one or two sinusoids respectively, multiplied by a square wave switching between 00 and 11. This multiplication by a square wave periodically mutes the sinusoid(s).

Look at the following magnitude DTFT plots (each plot shows the interval [-\pi\ \pi][−π π]) :

Select the correct statement amongst the choices below.

Spectrum (a) corresponds to the European ringback tone.

Spectrum (b) corresponds to the US ringback tone.

Spectrum (a) corresponds to the US ringback tone.

Spectrum (b) corresponds to the European ringback tone.

Q11. (Difficulty: \star⋆) Consider the sequences

x_1[n]=\cos(2\pi n\cdot\sqrt{2}/30)x
1

[n]=cos(2πn⋅
2

/30)

x_2[n]=\cos(2\pi n\cdot 1.41421356/30)x
2

[n]=cos(2πn⋅1.41421356/30)

with n\in\mathbb Zn∈Z

Select the correct statements below.

There exists N\in\mathbb NN∈N for which x_2[n]x
2

[n] has a DFS of size NN

There exists N\in\mathbb NN∈N for which x_1[n]x
1

[n] has a DFS of size NN

Q12. (Difficulty: \star\star⋆⋆) Consider a signal x[n]x[n]; the only thing we know about the signal is that its DTFT is strictly bandlimited between -\frac{\pi}{10}−
10
π

and \frac{\pi}{10}
10
π

. We now modulate the signal to obtain y[n] = x[n]\cos(\omega_c n)y[n]=x[n]cos(ω
c

n).

Among the possibilities below, select all the values for \omega_cω
c

that allow us to perfectly demodulate y[n]y[n].

\frac{11\pi}{12}
12
11π

\frac{9\pi}{10}
10

\frac{\pi}{3}
3
π

\frac{\pi}{20}
20
π

Conclusion

Hopefully, this article will be useful for you to find all the Week, final assessment, and Peer Graded Assessment Answers of Digital Signal Processing 1: Basic Concepts and Algorithms Quiz of Coursera and grab some premium knowledge with less effort. If this article really helped you in any way then make sure to share it with your friends on social media and let them also know about this amazing training. You can also check out our other course Answers. So, be with us guys we will share a lot more free courses and their exam/quiz solutions also, and follow our Techno-RJ Blog for more updates.

659 thoughts on “Digital Signal Processing 1: Basic Concepts and Algorithms Coursera Quiz Answers 2022 | All Weeks Assessment Answers [💯Correct Answer]”

  1. This blog is definitely rather handy since I’m at the moment creating an internet floral website – although I am only starting out therefore it’s really fairly small, nothing like this site. Can link to a few of the posts here as they are quite. Thanks much. Zoey Olsen

    Reply
  2. Great beat ! I would like to apprentice while you amend your website, how could i subscribe for a blog website? The account aided me a acceptable deal. I had been tiny bit acquainted of this your broadcast provided bright clear concept

    Reply
  3. An impressive share, I just given this onto a colleague who was doing a little analysis on this. And he in fact bought me breakfast because I found it for him.. smile. So let me reword that: Thnx for the treat! But yeah Thnkx for spending the time to discuss this, I feel strongly about it and love reading more on this topic. If possible, as you become expertise, would you mind updating your blog with more details? It is highly helpful for me. Big thumb up for this blog post!

    Reply
  4. Howdy! I know this is kinda off topic but I was wondering which blog platform are you using for this website? I’m getting tired of WordPress because I’ve had issues with hackers and I’m looking at options for another platform. I would be great if you could point me in the direction of a good platform.

    Reply
  5. Its like you read my mind! You seem to know a lot about this, like you wrote the book in it or something. I think that you could do with a few pics to drive the message home a little bit, but other than that, this is fantastic blog. An excellent read. I will definitely be back.

    Reply
  6. I’m not that much of a online reader to be honest but your sites really nice, keep it up! I’ll go ahead and bookmark your site to come back later. All the best

    Reply
  7. Thanks a bunch for sharing this with all of us you actually know what you are talking about! Bookmarked. Please also visit my site =). We could have a link exchange agreement between us!

    Reply
  8. Hmm it seems like your site ate my first comment (it was super long) so I guess I’ll just sum it up what I wrote and say, I’m thoroughly enjoying your blog. I too am an aspiring blog writer but I’m still new to everything. Do you have any tips for newbie blog writers? I’d definitely appreciate it.

    Reply
  9. Nice post. I learn something more challenging on different blogs everyday. It will always be stimulating to read content from other writers and practice a little something from their store. I’d prefer to use some with the content on my blog whether you don’t mind. Natually I’ll give you a link on your web blog. Thanks for sharing.

    Reply
  10. What i do not realize is in fact how you are not really a lot more neatly-appreciated than you might be now. You’re very intelligent. You understand therefore significantly when it comes to this subject, made me individually imagine it from so many varied angles. Its like men and women aren’t interested unless it is something to accomplish with Woman gaga! Your own stuffs great. All the time deal with it up!

    Reply
  11. Hello! I understand this is sort of off-topic but I needed to ask.
    Does running a well-established website like yours
    take a lot of work? I am brand new to operating a blog but I do
    write in my journal everyday. I’d like to start a blog so I can easily share my experience and feelings online.
    Please let me know if you have any ideas or tips for new
    aspiring blog owners. Appreciate it!

    Reply
  12. Very good blog! Do you have any suggestions for aspiring writers? I’m hoping to start my own site soon but I’m a little lost on everything. Would you advise starting with a free platform like WordPress or go for a paid option? There are so many options out there that I’m totally overwhelmed .. Any recommendations? Kudos!

    Reply
  13. I know this if off topic but I’m looking into starting my own weblog and was wondering what all is required to get setup? I’m assuming having a blog like yours would cost a pretty penny? I’m not very internet savvy so I’m not 100 positive. Any tips or advice would be greatly appreciated. Many thanks

    Reply
  14. Boostaro increases blood flow to the reproductive organs, leading to stronger and more vibrant erections. It provides a powerful boost that can make you feel like you’ve unlocked the secret to firm erections

    Reply
  15. Neotonics is an essential probiotic supplement that works to support the microbiome in the gut and also works as an anti-aging formula. The formula targets the cause of the aging of the skin.

    Reply
  16. The Quietum Plus supplement promotes healthy ears, enables clearer hearing, and combats tinnitus by utilizing only the purest natural ingredients. Supplements are widely used for various reasons, including boosting energy, lowering blood pressure, and boosting metabolism.

    Reply
  17. Kerassentials are natural skin care products with ingredients such as vitamins and plants that help support good health and prevent the appearance of aging skin. They’re also 100% natural and safe to use. The manufacturer states that the product has no negative side effects and is safe to take on a daily basis. Kerassentials is a convenient, easy-to-use formula.

    Reply
  18. InchaGrow is an advanced male enhancement supplement. Discover the natural way to boost your sexual health. Increase desire, improve erections, and experience more intense orgasms.

    Reply
  19. Sight Care is a daily supplement proven in clinical trials and conclusive science to improve vision by nourishing the body from within. The Sight Care formula claims to reverse issues in eyesight, and every ingredient is completely natural.

    Reply
  20. Brilliant work! 💪 The article is well-organized, and I’m wondering if you plan to include more images in your upcoming pieces. It could add a visually appealing touch. 🌠

    Reply
  21. Hi would you mind stating which blog platform you’re
    using? I’m looking to start my own blog in the near future but I’m having a
    difficult time deciding between BlogEngine/Wordpress/B2evolution and Drupal.
    The reason I ask is because your layout seems different
    then most blogs and I’m looking for something completely
    unique. P.S My apologies for being off-topic but I had
    to ask!

    Reply
  22. What makes Sumatra Slim Belly Tonic even more unique is its inspiration from the beautiful Indonesian island of Sumatra. This supplement incorporates ingredients that are indigenous to this stunning island, including the exotic blue spirulina. How amazing is that? By harnessing the power of these rare and natural ingredients, Sumatra Slim Belly Tonic provides you with a weight loss solution that is both effective and enchanting.

    Reply
  23. 💫 Wow, this blog is like a rocket blasting off into the galaxy of endless possibilities! 🎢 The captivating content here is a captivating for the mind, sparking excitement at every turn. 🎢 Whether it’s inspiration, this blog is a source of inspiring insights! #InfinitePossibilities Dive into this exciting adventure of discovery and let your imagination soar! 🚀 Don’t just read, immerse yourself in the thrill! #BeyondTheOrdinary Your brain will be grateful for this exciting journey through the dimensions of endless wonder! 🚀

    Reply
  24. 💫 Wow, this blog is like a fantastic adventure blasting off into the universe of wonder! 💫 The mind-blowing content here is a rollercoaster ride for the mind, sparking awe at every turn. 🌟 Whether it’s technology, this blog is a goldmine of exciting insights! 🌟 Embark into this thrilling experience of imagination and let your mind fly! 🚀 Don’t just read, immerse yourself in the thrill! #BeyondTheOrdinary Your brain will thank you for this exciting journey through the worlds of awe! ✨

    Reply
  25. Sugar Defender’s prowess in managing blood sugar is deeply rooted in its exceptional blend of natural ingredients, each playing a distinct role that contributes to the overall success of the supplement. Here are some noteworthy positive impacts of the Sugar Defender Ingredients blend:

    Reply
  26. Introducing Alpilean, a revolutionary weight loss solution dedicated to assisting you in shedding those unwanted pounds through a safe and organic approach. This exceptional supplement is meticulously crafted to synchronize with your body’s innate metabolism, elevating fat-burning capabilities while effectively curbing your appetite. The cornerstone of Alpilean’s success lies in its potent component, alpha-lipoic acid, a remarkable antioxidant renowned for its ability to foster weight loss by enhancing insulin sensitivity and decreasing glucose absorption within the body. Embrace Alpilean and embark on a transformative journey towards a healthier and more vibrant you.

    Reply
  27. Sugar Defender orchestrates a reduction in blood sugar levels through multifaceted pathways. Its initial impact revolves around enhancing insulin sensitivity, optimizing the body’s efficient use of insulin, ultimately leading to a decrease in blood sugar levels. This proactive strategy works to prevent the storage of glucose as fat, mitigating the risk of developing type 2 diabetes.

    Reply
  28. Sugar Defender’s prowess in managing blood sugar is deeply rooted in its exceptional blend of natural ingredients, each playing a distinct role that contributes to the overall success of the supplement. Here are some noteworthy positive impacts of the Sugar Defender Ingredients blend:

    Reply
  29. Metanail Total Cleanse is a nutritional supplement that complements the effects of Metanail Serum Pro in addressing toenail fungus problems. It is designed to work from the inside out, supporting immunity and aiding in the body’s natural detoxification processes. By taking two capsules daily, you can benefit from its deep action formula.

    Reply
  30. Hello, I think your website might be having browser compatibility issues. When I look at your blog site in Ie, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, fantastic blog!

    Reply
  31. Thanks for finally talking about > Digital Signal Processing 1:
    Basic Concepts and Algorithms Coursera Quiz Answers 2022 | All Weeks Assessment Answers [💯Correct Answer] – Techno-RJ < Loved it!

    Reply
  32. Do you mind if I quote a couple of your posts as long as I provide credit and sources back to your weblog? My blog site is in the very same area of interest as yours and my visitors would definitely benefit from a lot of the information you present here. Please let me know if this okay with you. Appreciate it!

    Reply
  33. You actually make it seem so easy with your presentation but I find this topic to be actually something that I think I would never understand. It seems too complex and very broad for me. I’m looking forward for your next post, I will try to get the hang of it!

    Reply
  34. I know this if off topic but I’m looking into starting my own blog and was wondering what all is needed to get setup? I’m assuming having a blog like yours would cost a pretty penny? I’m not very internet savvy so I’m not 100 certain. Any recommendations or advice would be greatly appreciated. Thanks

    Reply
  35. I have read a few excellent stuff here. Certainly value bookmarking for revisiting. I wonder how much attempt you place to create any such wonderful informative web site.

    Reply
  36. I think that is one of the most vital information for me. And i’m satisfied reading your article. However wanna statement on few basic things, The web site taste is perfect, the articles is in reality great : D. Just right job, cheers

    Reply
  37. Please let me know if you’re looking for a article writer for your weblog. You have some really great posts and I believe I would be a good asset. If you ever want to take some of the load off, I’d really like to write some material for your blog in exchange for a link back to mine. Please blast me an e-mail if interested. Cheers!

    Reply
  38. Hi there! This is kind of off topic but I need some advice from an established blog. Is it very hard to set up your own blog? I’m not very techincal but I can figure things out pretty quick. I’m thinking about setting up my own but I’m not sure where to start. Do you have any ideas or suggestions? With thanks

    Reply
  39. PotentStream is designed to address prostate health by targeting the toxic, hard water minerals that can create a dangerous buildup inside your urinary system It’s the only dropper that contains nine powerful natural ingredients that work in perfect synergy to keep your prostate healthy and mineral-free well into old age. https://potentstream-web.com/

    Reply
  40. I believe this is one of the so much significant information for me. And i’m glad studying your article. However should remark on few normal issues, The web site style is great, the articles is truly nice : D. Just right activity, cheers

    Reply
  41. Normally I don’t learn article on blogs, but I wish to say that this write-up very pressured me to check out and do it! Your writing taste has been surprised me. Thank you, very nice post.

    Reply
  42. I in addition to my friends ended up reading through the great ideas found on your site and before long got a horrible feeling I never expressed respect to the web site owner for those strategies. The young boys ended up warmed to learn them and have now surely been tapping into these things. Appreciate your being really kind and for obtaining some fabulous subjects millions of individuals are really wanting to understand about. My personal honest apologies for not expressing gratitude to earlier.

    Reply
  43. Kudos for such an insightful post on this beautiful Monday! It truly sets a positive tone for the week. I’d love to see more visuals in your future posts, adding an extra layer of enjoyment.

    Reply
  44. I’m thoroughly impressed by how your post captures the essence of this wonderful Monday. It’s a joy to read your thoughts. Perhaps adding more images could make your future posts even more engaging.

    Reply
  45. I know this if off topic but I’m looking into starting my own blog and was curious what all is needed to get setup? I’m assuming having a blog like yours would cost a pretty penny? I’m not very internet savvy so I’m not 100 positive. Any recommendations or advice would be greatly appreciated. Kudos

    Reply
  46. It’s really a cool and useful piece of info. I’m happy that you shared this helpful info with us. Please keep us informed like this. Thank you for sharing.

    Reply
  47. Hi, Neat post. There’s a problem with your web site in web explorer, would check thisK IE still is the market leader and a large section of people will pass over your fantastic writing because of this problem.

    Reply
  48. Hey very cool blog!! Man .. Excellent .. Amazing .. I will bookmark your web site and take the feeds additionally…I am glad to find numerous useful information right here in the put up, we want develop extra techniques on this regard, thanks for sharing. . . . . .

    Reply
  49. Hello! I could have sworn I’ve been to this blog before but after browsing through some of the post I realized it’s new to me. Anyways, I’m definitely happy I found it and I’ll be book-marking and checking back frequently!

    Reply
  50. I like what you guys are up too. Such intelligent work and reporting! Keep up the excellent works guys I?¦ve incorporated you guys to my blogroll. I think it’ll improve the value of my website 🙂

    Reply
  51. I know this if off topic but I’m looking into starting my own weblog and was curious what all is needed to get setup? I’m assuming having a blog like yours would cost a pretty penny? I’m not very web savvy so I’m not 100 sure. Any suggestions or advice would be greatly appreciated. Appreciate it

    Reply
  52. Hey there! I’ve been reading your weblog for some time now and finally got the courage to go ahead and give you a shout out from New Caney Tx! Just wanted to tell you keep up the fantastic job!

    Reply
  53. Posting yang luar biasa! 🌟 Apakah penulis dari blog ini mendapatkan penghasilan? Saya ingin mendaftar! Atau di mana saya bisa meninggalkan email saya untuk menerima postingan langsung?

    Reply
  54. An impressive share, I just given this onto a colleague who was doing a little analysis on this. And he in fact bought me breakfast because I found it for him.. smile. So let me reword that: Thnx for the treat! But yeah Thnkx for spending the time to discuss this, I feel strongly about it and love reading more on this topic. If possible, as you become expertise, would you mind updating your blog with more details? It is highly helpful for me. Big thumb up for this blog post!

    Reply
  55. I love your blog.. very nice colors & theme. Did you create this website yourself? Plz reply back as I’m looking to create my own blog and would like to know wheere u got this from. thanks

    Reply
  56. Great blog right here! Also your web site rather a lot up fast! What host are you using? Can I am getting your associate link to your host? I want my site loaded up as quickly as yours lol

    Reply
  57. I beloved as much as you will receive carried out proper here. The comic strip is tasteful, your authored subject matter stylish. nonetheless, you command get got an shakiness over that you would like be handing over the following. in poor health for sure come further until now once more as exactly the similar just about very continuously inside case you shield this increase.

    Reply
  58. I do not even understand how I stopped up here, but I believed this publish was once great. I do not know who you’re but definitely you are going to a famous blogger should you aren’t already 😉 Cheers!

    Reply
  59. Confio plenamente neste site para minhas necessidades online. Sua reputação de segurança e confiabilidade é mais do que merecida. Obrigado por ser um ponto de referência na internet!

    Reply
  60. I am not sure where you are getting your info, but good topic. I needs to spend some time learning more or understanding more. Thanks for great info I was looking for this info for my mission.

    Reply
  61. I’d have to examine with you here. Which isn’t something I normally do! I enjoy studying a submit that can make individuals think. Additionally, thanks for allowing me to comment!

    Reply
  62. You really make it seem so easy along with your presentation however I to find this topic to be actually something that I feel I’d never understand. It kind of feels too complex and very vast for me. I am having a look forward on your next put up, I’ll try to get the grasp of it!

    Reply
  63. The next time I read a blog, I hope that it doesnt disappoint me as much as this one. I mean, I know it was my choice to read, but I actually thought youd have something interesting to say. All I hear is a bunch of whining about something that you could fix if you werent too busy looking for attention.

    Reply
  64. что значит 💙 сердечко, что означает 🤍
    в переписке с девушкой расклад на отношения с мужчиной таро онлайн точный помогать старушке во сне имена
    девочек в мае 2023 рожденные
    10 июля карта таро

    Reply
  65. Hello there, just turned into aware of your weblog thru Google, and located that it is truly informative. I am going to watch out for brussels. I will appreciate if you continue this in future. A lot of other folks will likely be benefited out of your writing. Cheers!

    Reply
  66. Hi, I think your website might be having browser compatibility issues. When I look at your blog in Ie, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, terrific blog!

    Reply
  67. Have you ever thought about adding a little bit more than just your articles? I mean, what you say is important and all. However think of if you added some great graphics or video clips to give your posts more, “pop”! Your content is excellent but with pics and video clips, this website could definitely be one of the very best in its niche. Good blog!

    Reply
  68. What is CogniCare Pro? CogniCare Pro is 100 natural and safe to take a cognitive support supplement that helps boost your memory power. This supplement works greatly for anyone of any age and without side effects

    Reply
  69. What is ProvaDent? ProvaDent is a cutting-edge dental support supplement crafted by Adem Naturals. It integrates the BioFresh™ Clean Complex and a sophisticated oral probiotic complex to rejuvenate the oral microbiome.

    Reply
  70. What does the Lottery Defeater Software offer? The Lottery Defeater Software is a unique predictive tool crafted to empower individuals seeking to boost their chances of winning the lottery.

    Reply
  71. After study just a few of the weblog posts on your website now, and I really like your manner of blogging. I bookmarked it to my bookmark web site checklist and can be checking back soon. Pls check out my web site as well and let me know what you think.

    Reply
  72. Hello, i read your blog from time to time and i own a similar one and i was just curious if you get a lot of spam comments? If so how do you prevent it, any plugin or anything you can suggest? I get so much lately it’s driving me crazy so any assistance is very much appreciated.

    Reply
  73. Do you have a spam issue on this website; I also am a blogger, and I was wanting to know your situation; we have developed some nice methods and we are looking to trade strategies with other folks, please shoot me an email if interested.

    Reply
  74. My developer is trying to convince me to move to .net from PHP. I have always disliked the idea because of the expenses. But he’s tryiong none the less. I’ve been using Movable-type on a number of websites for about a year and am concerned about switching to another platform. I have heard fantastic things about blogengine.net. Is there a way I can import all my wordpress posts into it? Any kind of help would be greatly appreciated!

    Reply
  75. I haven’t checked in here for some time because I thought it was getting boring, but the last few posts are good quality so I guess I’ll add you back to my everyday bloglist. You deserve it my friend 🙂

    Reply
  76. Impressive work! 💪 The article is well-structured, and adding more visuals in your future pieces could make them even more engaging. Have you considered that? 🖼️

    Reply
  77. My spouse and I absolutely love your blog and find the majority of your post’s to be precisely what I’m looking for. Does one offer guest writers to write content available for you? I wouldn’t mind publishing a post or elaborating on most of the subjects you write related to here. Again, awesome website!

    Reply
  78. I loved up to you’ll receive carried out right here. The caricature is attractive, your authored material stylish. nevertheless, you command get bought an edginess over that you would like be delivering the following. in poor health for sure come further formerly again since exactly the same just about a lot continuously inside of case you defend this hike.

    Reply
  79. naturally like your website but you have to check the spelling on quite a few of your posts. Many of them are rife with spelling problems and I find it very bothersome to tell the truth however I will definitely come again again.

    Reply
  80. I cling on to listening to the news update speak about getting boundless online grant applications so I have been looking around for the most excellent site to get one. Could you tell me please, where could i find some?

    Reply
  81. Thanks for some other magnificent post. The place else may anybody get that type of information in such an ideal manner of writing? I have a presentation next week, and I’m on the search for such info.

    Reply
  82. I’m usually to blogging and i actually respect your content. The article has actually peaks my interest. I am going to bookmark your site and maintain checking for new information.

    Reply
  83. What i do not realize is if truth be told how you’re now not really much more smartly-appreciated than you might be right now. You are so intelligent. You recognize thus considerably with regards to this subject, made me personally consider it from a lot of numerous angles. Its like men and women are not interested unless it is one thing to do with Woman gaga! Your individual stuffs great. Always handle it up!

    Reply
  84. Pretty section of content. I just stumbled upon your website and in accession capital to assert that I get actually enjoyed account your blog posts. Any way I’ll be subscribing for your augment and even I fulfillment you get entry to consistently fast.

    Reply
  85. I am really loving the theme/design of your website. Do you ever run into any web browser compatibility problems? A small number of my blog visitors have complained about my website not operating correctly in Explorer but looks great in Chrome. Do you have any suggestions to help fix this issue?

    Reply
  86. you are really a good webmaster. The site loading speed is incredible. It seems that you are doing any unique trick. Furthermore, The contents are masterpiece. you’ve done a fantastic job on this topic!

    Reply
  87. I haven’t checked in here for some time because I thought it was getting boring, but the last few posts are great quality so I guess I’ll add you back to my everyday bloglist. You deserve it my friend 🙂

    Reply

Leave a Comment

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker🙏.