![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20630272_1632117409917.jpg)
William
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
102,636
of 297,016
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Question about reformulating a difference equation as a matrix equation
The difference equation and the boundary value are: . I know how to solve for y(n) with eigen vector to obtain homogeneous solu...
3 years ago | 1 answer | 0
1
answerQuestion
How to show difference equation on the command line?
For example, given , is there a way to show this equation on the command line in Matlab just like what the tf() does?
3 years ago | 1 answer | 0
1
answerQuestion
To determine the stability of a LTI system with a two-sided impulse response has the difference equation model
I am trying to determine the stability of the following system:. The following is my code: My question is: In my code, I can on...
3 years ago | 1 answer | 0
1
answerQuestion
To determine whether the system is stable.
I have writen the code to determine the stability of a system. However, the result keeps saying that 'System is not stable' even...
3 years ago | 1 answer | 0
1
answerQuestion
How to write a function which performs deconvolution to solve for x given y and h where y = h*x (all column vectors) using linsolve
I do know that the deconv() function can do it perfectly. However, I was wondering if anyone can write a function with linsolve(...
3 years ago | 1 answer | 0
1
answerQuestion
Given the periodic sequence cos(2πrn) , how to determine a rule for finding the period N from r using Matlab?
Is there a way to work out the correlation between the period of this sequence and the coefficient r. It is explicit that the N ...
3 years ago | 0 answers | 0
0
answersQuestion
How to downsample a vector x by an integer factor M with a single statement such as for loop or conditional statements
I have already learned to use downsample()function. However, are there ways to use statements to downsample a vector?
3 years ago | 1 answer | 0