질문


Elliptical plot to Frequency response
The original question has been removed by the user.

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


adaptive filter with more than two coefficients
The original question has been removed by the user.

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can't sort this code
The original question has been removed by the user.

11년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
basic matrix creation question
Think I did it: - clear all; close all; inc = 180; N = 6; thetaDeg(1:90) = linspace(270,359,90); %allocate val...

11년 초과 전 | 0

질문


basic matrix creation question
Can anyone help me change this code so that I get r_n in one line rather than 7? Many thanks clear all; close all; inc ...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


plots - graphics quality poor
i use a few programs including matlab, and the plots MATLAB makes tend to look quite poor. i think it's because there's no 'smoo...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


maths behind functions
hi, i'm asking a lot of questions at the moment - i hope that's okay. i'm studying digital signal processing at the moment an...

거의 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
filter coefficients
hi wayne, i'm just having problems seeing how you got from the difference equation to the impulse response (the IIR example). ...

거의 12년 전 | 0

질문


Random noise vs. White/Gaussian noise
I've been using this as my white noise so far, s = (rand(N,1)-0.5)*2; If I used one of MATLAB's noise functions what wou...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


filter coefficients
Just a quick question - are 'filter coefficients' the coefficients of the impulse response, desired transfer function, or actual...

거의 12년 전 | 답변 수: 3 | 0

3

답변

질문


Mean averaging separate rows using a certain section of each row.
I need to taken a mean average of a certain section of a row of a vector - and I need to do that for every row - giving each row...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


how do i turn an array into a column vector?
I can't work out how to change my array into a column vector. I thought it was just putting ' after it, but that's not working. ...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


how do i work out the transfer function of my filter for use in an adaptive filter?
Hey, I just need a bit of help getting to a transfer function for a filter. i have to use an FIR filter that i designed in an...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


zplane - don't the zeros and poles need to be complex?
I'm just getting my head around the zplane function. I'm not how the values of z and p are mapped onto the pole-zero plot. I tho...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Filter design - are taps the same are difference equation coefficients?
Are taps the same are difference equation coefficients? I'm not sure how they can be actually - or if they are I don't know h...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


filter clarity needed - does no. of coefficients = order = no. of poles and zeros?
does the no. of filter coefficients also equal the order and also the no. of poles and zeros? thanks

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


need to visualise this comb filter
I need to visualise this schroeder comb filter - y_n=x_(n-tau)+g*y(n-tau). I have that the z-transfer function is H(z)=1/(z^tau ...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


Turning array values into values on an x axis
Suppose I had a <1x4 double> array and the values were 2,3,6 and 9. How would I create a <1x10 double> array where all of th...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


how can I zero a load of my array values?
how can I zero a load of my array values?

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


My MATLAB gets sluggish over time so I have to keep restarting it
My MATLAB gets sluggish over time so I have to keep restarting it. I think that when I'm running a heavy script quite a few time...

대략 12년 전 | 답변 수: 3 | 2

3

답변

질문


I seem to have loads of free RAM even though my script is taking 10 minutes to run
I seem to have loads of free RAM even though my script is taking 10 minutes to run. I have a MacBook Pro i7 with 8GB of RAM and ...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


this script doesn't seem to work properly any more
I've been given this script to generate MLS sequences and until recently it was working okay. Now I get this error code - 'Warni...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


Is there a way to 'fold up' sections of code - like when you close up a for loop
Is there a way to hide sections of code - like when you close up a for loop? I have quite a long code with a few different se...

대략 12년 전 | 답변 수: 3 | 2

3

답변

질문


trying to make a random number sequence similar to an MLS sequence
I'm trying to create a random number sequence like this one: - x = 2*rand(N,1)-1; % generate input noise s...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


can I disable entire sections of code temporarily
Can I disable entire sections of code temporarily? I have a large code that contains different scenarios. I'm working on one...

대략 12년 전 | 답변 수: 3 | 3

3

답변

답변 있음
Run a for loop for three different types of excitation
worked it out equals signs for the ifs need to be doubles i.e. ==

대략 12년 전 | 0

| 수락됨

질문


Run a for loop for three different types of excitation
I need to run a for loop for three different scenarios. I tried this: - etyp = 3 %number of excitation types for i = 1:ety...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


Is it possible to add plots to an already existing graph?
I've got a script that is based around three different types of excitation, and rather than trying to use a load of tricky progr...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


array manipulation - a few basic questions
Hi, I have to do a bit of array manipulation and I really don't have a clue about it. First I need to know how to take a <102...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


Processing time - seems to get stuck after drawing graphs
My Matlab is quite quick at running scripts, but most of the time - after the graphs have been drawn - there seems to be a perio...

대략 12년 전 | 답변 수: 1 | 0

1

답변

더 보기