How to set up the variable fractional delay for a flanging effect?

1 view (last 30 days)
Each time I try to simulate, it gives an error saying "All sample times for this block must be discrete". The error message corresponds to the variable fractional delay block.
The sine wave generated is set on discrete with a sample time of 1/1000.
I appreciate your help.
  1 Comment
Debraj
Debraj on 14 Nov 2012
Here's the answer I was looking for:
MATLAB seems to pull up this error when there's a mismatch in the sampling rates of various sources in the design.
I set a common sampling rate of 25kHz(could be anything).
Under Simulink parameters, I made the step size fixed and changed the solver to discrete.
The model worked after that.

Sign in to comment.

Answers (1)

Kaustubha Govind
Kaustubha Govind on 30 Oct 2012
Try enabling sample time colors for your model to see what sample times the inputs to the block receive. Perhaps one of them is a continuous sample time (look for black signals).
  2 Comments
Debraj
Debraj on 1 Nov 2012
I enabled the colors. The signals coming from the variable fractional delay and my audio input are discrete.
The constant source is giving an output that is gray in color and is called an FiM (Fixed in minor step). I'm not sure what this is.
Debraj
Debraj on 1 Nov 2012
Edited: Debraj on 1 Nov 2012
I tried putting just a constant source into the variable fraction delay block's "delay" input and that gives the delay.
But for some reason, any other discrete function, like the discrete sine function (after adding to a constant or making absolute) and step counter, give the same error.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!