Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefered way to pause calculation #5

Open
FranzForstmayr opened this issue Feb 2, 2022 · 1 comment
Open

Prefered way to pause calculation #5

FranzForstmayr opened this issue Feb 2, 2022 · 1 comment

Comments

@FranzForstmayr
Copy link

Is there a prefered way to pause a calculation?

For inserting a cyclic prefix of an ofdm transmission I need to stop the fft for a certain time after a calculation finishes.
For example I'm using a FFT64, with SPCC=4, so 16 cycles are needed. The cyclic prefix length is 16 too, so i delay the next frame by four clock cycles and send another i_start signal.
However, the output does not look like, if the delayed i_start is accepted.

See this image, two data frames with an zero frame in between, for better visibility.
image

The output stream, the zero frame in between is not visible anymore.
image

Is the i_first signal intended to be used as a start signal for each frame, or is it used just once, and the algorithm picks always the next N samples, regardless of the ì_first` signal?

@benreynwar
Copy link
Owner

Didn't notice this issue go past my email. Sorry about that. It's intended to be used at the start of each frame. It may be that you've found at bug. I'll look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants