You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained Subband LMS model using data samples , I want to use adaptive filter's weights to predict output frequency band values based on input frequency band. My input shape is (41,) [Number of subband : 41] and adaptive filter's weight's shape is (6,41). I want to apply this weights to my input frequency band, how to apply weights with shape (6,41) to input frequency band with shape (41, )?
The text was updated successfully, but these errors were encountered:
I trained Subband LMS model using data samples , I want to use adaptive filter's weights to predict output frequency band values based on input frequency band. My input shape is (41,) [Number of subband : 41] and adaptive filter's weight's shape is (6,41). I want to apply this weights to my input frequency band, how to apply weights with shape (6,41) to input frequency band with shape (41, )?
The text was updated successfully, but these errors were encountered: