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

'vec' function is unusable on Matlab #1

Open
localmin opened this issue Aug 13, 2017 · 4 comments
Open

'vec' function is unusable on Matlab #1

localmin opened this issue Aug 13, 2017 · 4 comments

Comments

@localmin
Copy link
Owner

Matlab don't have 'vec' function and mnmf_Frb.m & mnmf_IS.m contain the function.
So if you execute Multi-channel NMF on Matlab, you have to make a new function like this,

function v = vec[ A ]

   v = A( : ),

end
@ASLPZHAO
Copy link

ASLPZHAO commented Jan 9, 2018

How about the multi-channel speech data ? Can I use the code directly? @localmin

@localmin
Copy link
Owner Author

@ASLPZHAO
I have not tried with the multi-channel speech data, tried only random Real number.
If you change input_data.m,parameter setting.m and view_result.m for your usage, probably, it will work.

@ASLPZHAO
Copy link

OK,thanks for your advice . I will try it. @localmin

@chandravathichellu
Copy link

How about the multi-channel speech data ? Can I use the code directly? @localmin

Hi, Is it working for speech data?

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

3 participants